mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-16 18:14:40 +02:00
fixing unit tests
This commit is contained in:
@@ -182,7 +182,8 @@ SOURCES += main_instDialogTest.cpp \
|
||||
../../ClusterInterfaceWidget.cpp \
|
||||
../../FWCmdRule.cpp \
|
||||
../../UsageResolver.cpp \
|
||||
../../TutorialDialog.cpp
|
||||
../../TutorialDialog.cpp \
|
||||
../../MDIEventFilter.cpp
|
||||
|
||||
HEADERS += instDialogTest.h \
|
||||
../../../../config.h \
|
||||
@@ -344,7 +345,9 @@ HEADERS += instDialogTest.h \
|
||||
../../ClusterInterfaceWidget.h \
|
||||
../../FWCmdRule.h \
|
||||
../../UsageResolver.h \
|
||||
../../TutorialDialog.h
|
||||
../../TutorialDialog.h \
|
||||
../../MDIEventFilter.h
|
||||
|
||||
|
||||
RESOURCES += ../../MainRes.qrc
|
||||
CONFIG -= release
|
||||
|
||||
@@ -182,7 +182,8 @@ SOURCES += main_newClusterDialogTest.cpp \
|
||||
../../FWCmdRule.cpp \
|
||||
../../UsageResolver.cpp \
|
||||
../../IconSetter.cpp \
|
||||
../../TutorialDialog.cpp
|
||||
../../TutorialDialog.cpp \
|
||||
../../MDIEventFilter.cpp
|
||||
|
||||
HEADERS += newClusterDialogTest.h \
|
||||
../../../../config.h \
|
||||
@@ -344,7 +345,8 @@ HEADERS += newClusterDialogTest.h \
|
||||
../../FWCmdRule.h \
|
||||
../../UsageResolver.h \
|
||||
../../IconSetter.h \
|
||||
../../TutorialDialog.h
|
||||
../../TutorialDialog.h \
|
||||
../../MDIEventFilter.h
|
||||
|
||||
RESOURCES += ../../MainRes.qrc
|
||||
CONFIG -= release
|
||||
|
||||
Reference in New Issue
Block a user