aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--tests/auto/auto.pro1
-rw-r--r--tests/auto/headersclean/headersclean.pro2
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ad74d00..222c11f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -54,3 +54,6 @@ ui_*.h
debug
release
tmp
+
+# Test generated files
+/tests/auto/headersclean/tst_headersclean.cpp
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)