summaryrefslogtreecommitdiffstats
path: root/tests/galaxy/galaxy.pro
diff options
context:
space:
mode:
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/*
+