aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/autotest/autotest.pro
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/autotest/autotest.pro')
-rw-r--r--plugins/autotest/autotest.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/autotest/autotest.pro b/plugins/autotest/autotest.pro
index ecc8934575..4d3c6643f2 100644
--- a/plugins/autotest/autotest.pro
+++ b/plugins/autotest/autotest.pro
@@ -56,3 +56,8 @@ RESOURCES += \
FORMS += \
testsettingspage.ui
+equals(TEST, 1) {
+ HEADERS += autotestunittests.h
+ SOURCES += autotestunittests.cpp
+ RESOURCES += autotestunittests.qrc
+}