summaryrefslogtreecommitdiffstats
path: root/examples/rotations/rotations.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rotations/rotations.pro')
-rw-r--r--examples/rotations/rotations.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/rotations/rotations.pro b/examples/rotations/rotations.pro
new file mode 100644
index 00000000..dba80dad
--- /dev/null
+++ b/examples/rotations/rotations.pro
@@ -0,0 +1,15 @@
+!include( ../examples.pri ) {
+ error( "Couldn't find the examples.pri file!" )
+}
+
+SOURCES += main.cpp scatterdatamodifier.cpp
+HEADERS += scatterdatamodifier.h
+
+QT += widgets
+
+RESOURCES += rotations.qrc
+
+INSTALLS += target
+
+OTHER_FILES += doc/src/* \
+ doc/images/*