summaryrefslogtreecommitdiffstats
path: root/tests/galaxy/galaxy.pro
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2015-04-14 14:23:20 +0300
committerMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2015-04-14 14:26:46 +0300
commit5ba7f70d0d94de720d49b37b2d257b51b9afd026 (patch)
tree19f8f355a85a913a194cf610731ceebd8d8fb643 /tests/galaxy/galaxy.pro
parent62f90e25eec23cfac83985993f355feeac5b9f2c (diff)
parent916d67d2664b0262cd03b28ad0c694924dd09b13 (diff)
Merge branch 'develop'v1.2.1
Diffstat (limited to 'tests/galaxy/galaxy.pro')
-rw-r--r--tests/galaxy/galaxy.pro23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/galaxy/galaxy.pro b/tests/galaxy/galaxy.pro
new file mode 100644
index 00000000..0b602e16
--- /dev/null
+++ b/tests/galaxy/galaxy.pro
@@ -0,0 +1,23 @@
+android|ios|winrt {
+ error( "This example is not supported for android, ios, or winrt." )
+}
+
+!include( ../tests.pri ) {
+ error( "Couldn't find the tests.pri file!" )
+}
+
+SOURCES += main.cpp \
+ galaxydata.cpp \
+ star.cpp \
+ cumulativedistributor.cpp
+
+HEADERS += \
+ cumulativedistributor.h \
+ galaxydata.h \
+ star.h
+
+QT += widgets
+
+OTHER_FILES += doc/src/* \
+ doc/images/*
+