summaryrefslogtreecommitdiffstats
path: root/tests/barstest/barstest.pro
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-10-14 08:12:34 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-10-14 08:12:34 +0300
commit18a5a1510b90a16007569f436392b52553f150fa (patch)
tree190f35b2da9ad298a4bc1636d0a9d993f41ea288 /tests/barstest/barstest.pro
parenta64c67d75badaa7662b8a05b8bc7ed78ec8e651e (diff)
parent34c345b024be424873bbb8b3c83414eea2bc7523 (diff)
Merge remote-tracking branch 'origin/develop'
Diffstat (limited to 'tests/barstest/barstest.pro')
-rw-r--r--tests/barstest/barstest.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/barstest/barstest.pro b/tests/barstest/barstest.pro
new file mode 100644
index 00000000..55fbefbd
--- /dev/null
+++ b/tests/barstest/barstest.pro
@@ -0,0 +1,10 @@
+!include( ../tests.pri ) {
+ error( "Couldn't find the tests.pri file!" )
+}
+
+SOURCES += main.cpp chart.cpp
+HEADERS += chart.h
+
+QT += widgets
+
+INSTALLS += target