summaryrefslogtreecommitdiff
path: root/plugins/autotest/autotest.pro
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/autotest/autotest.pro')
-rw-r--r--plugins/autotest/autotest.pro13
1 files changed, 10 insertions, 3 deletions
diff --git a/plugins/autotest/autotest.pro b/plugins/autotest/autotest.pro
index 4d3c6643f2..9b9c7a8a01 100644
--- a/plugins/autotest/autotest.pro
+++ b/plugins/autotest/autotest.pro
@@ -26,7 +26,10 @@ SOURCES += \
testsettings.cpp \
testsettingspage.cpp \
testnavigationwidget.cpp \
- testxmloutputreader.cpp
+ testxmloutputreader.cpp \
+ testsquishfilehandler.cpp \
+ opensquishsuitesdialog.cpp \
+ testsquishutils.cpp
HEADERS += \
testtreeview.h \
@@ -48,13 +51,17 @@ HEADERS += \
testsettings.h \
testsettingspage.h \
testnavigationwidget.h \
- testxmloutputreader.h
+ testxmloutputreader.h \
+ testsquishfilehandler.h \
+ opensquishsuitesdialog.h \
+ testsquishutils.h
RESOURCES += \
autotest.qrc
FORMS += \
- testsettingspage.ui
+ testsettingspage.ui \
+ opensquishsuitesdialog.ui
equals(TEST, 1) {
HEADERS += autotestunittests.h