summaryrefslogtreecommitdiffstats
path: root/tests/scattertest/scattertest.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scattertest/scattertest.pro')
-rw-r--r--tests/scattertest/scattertest.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/scattertest/scattertest.pro b/tests/scattertest/scattertest.pro
new file mode 100644
index 00000000..62fb3d39
--- /dev/null
+++ b/tests/scattertest/scattertest.pro
@@ -0,0 +1,10 @@
+!include( ../tests.pri ) {
+ error( "Couldn't find the tests.pri file!" )
+}
+
+SOURCES += main.cpp scatterchart.cpp
+HEADERS += scatterchart.h
+
+QT += widgets
+
+INSTALLS += target