aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-09-04 14:26:52 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-04 14:30:42 +0200
commit2e164e94d39237ba8103740966017af0aeace5c4 (patch)
tree6e81221efcd4e430d9deb8f8edf3f711977eb060 /tests
parent814708476112f1da49d0dd4f27d2c2ad04cac808 (diff)
Add headersclean test
Change-Id: I295d2592c99b721617ce1fd74fd519435f49d861 Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/auto.pro1
-rw-r--r--tests/auto/headersclean/headersclean.pro2
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index f58df7e..5661e4d 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -1,5 +1,6 @@
TEMPLATE = subdirs
SUBDIRS += \
+ headersclean \
qwinthumbnailtoolbar \
qpixmap \
qwintaskbarbutton
diff --git a/tests/auto/headersclean/headersclean.pro b/tests/auto/headersclean/headersclean.pro
new file mode 100644
index 0000000..a23e20d
--- /dev/null
+++ b/tests/auto/headersclean/headersclean.pro
@@ -0,0 +1,2 @@
+QT = winextras
+load(qt_headersclean)