fixing unit tests

This commit is contained in:
Vadim Kurland
2010-03-08 01:51:24 +00:00
parent de012e8745
commit 3eaa53a013
3 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
#define BUILD_NUM 2686
#define BUILD_NUM 2688
@@ -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