summaryrefslogtreecommitdiffstats
path: root/tests/tests.pri
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@digia.com>2012-05-21 10:58:11 +0300
committerMichal Klocek <michal.klocek@digia.com>2012-05-21 11:47:32 +0300
commit49edf2d3495fa615f76866f5976e14073c498ccc (patch)
tree8a16aff0be9e3e91db89eaa2a5347622ebb8f687 /tests/tests.pri
parent84c5353058e3c0ee9b4fa60e218dc0fa42ace007 (diff)
Qt name convetion: move test to tests
Diffstat (limited to 'tests/tests.pri')
-rw-r--r--tests/tests.pri11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/tests.pri b/tests/tests.pri
new file mode 100644
index 00000000..8baa20fa
--- /dev/null
+++ b/tests/tests.pri
@@ -0,0 +1,11 @@
+!include( ../config.pri ) {
+ error( "Couldn't find the config.pri file!" )
+}
+
+TEMPLATE = app
+
+DESTDIR = $$CHART_BUILD_BIN_DIR
+OBJECTS_DIR = $$CHART_BUILD_DIR/tests/$$TARGET
+MOC_DIR = $$CHART_BUILD_DIR/tests/$$TARGET
+UI_DIR = $$CHART_BUILD_DIR/tests/$$TARGET
+RCC_DIR = $$CHART_BUILD_DIR/tests/$$TARGET