summaryrefslogtreecommitdiff
path: root/plugins/autotest/autotest.pro
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@theqtcompany.com>2014-12-04 14:05:19 +0100
committerChristian Stenger <christian.stenger@theqtcompany.com>2014-12-09 10:22:48 +0200
commite71a2c44fc64b3e3ced132731bf57fc6809516e1 (patch)
tree9eda69e11b1ab5a8cb9951f12b24bf5e11b158a8 /plugins/autotest/autotest.pro
parentedfd394bf54bc78f2a85104da2f49484a61d1134 (diff)
downloadqt-creator-e71a2c44fc64b3e3ced132731bf57fc6809516e1.tar.gz
Provide test settings and make use of them
Change-Id: Ia6fef10bc577f9722b6c063c2df4d1651a8be50d Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Diffstat (limited to 'plugins/autotest/autotest.pro')
-rw-r--r--plugins/autotest/autotest.pro11
1 files changed, 9 insertions, 2 deletions
diff --git a/plugins/autotest/autotest.pro b/plugins/autotest/autotest.pro
index 6d2423bdd7..507d930300 100644
--- a/plugins/autotest/autotest.pro
+++ b/plugins/autotest/autotest.pro
@@ -22,7 +22,9 @@ SOURCES += \
testresultspane.cpp \
testresultmodel.cpp \
testresultdelegate.cpp \
- testtreeitemdelegate.cpp
+ testtreeitemdelegate.cpp \
+ testsettings.cpp \
+ testsettingspage.cpp
HEADERS += \
testtreeview.h \
@@ -40,8 +42,13 @@ HEADERS += \
testresultspane.h \
testresultmodel.h \
testresultdelegate.h \
- testtreeitemdelegate.h
+ testtreeitemdelegate.h \
+ testsettings.h \
+ testsettingspage.h
RESOURCES += \
autotest.qrc
+FORMS += \
+ testsettingspage.ui
+