summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-03-27 15:41:46 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-03-30 13:54:24 +0000
commitf515fd7fdb9392bcb22bd3ef209d492b7b999bbc (patch)
treefafcb47a09bde91f9a73ff4e79cf01ffb92d0de5
parentf97af4d3f78a8eb390bbb4bf2e82647aab1dac2f (diff)
make test makefiles visible in IDE
Change-Id: Ia4d54c73904af9254c33257cee5105e06dc2566d Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
-rw-r--r--tests/tests.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index 8472527..f365662 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -20,3 +20,4 @@ contains(QMAKE_CXXFLAGS_RELEASE, -MT) {
HEADERS += tests.h
SOURCES += tests.cpp
+OTHER_FILES += $$files(makefiles/*, true)