aboutsummaryrefslogtreecommitdiff
path: root/pm.pro
diff options
context:
space:
mode:
Diffstat (limited to 'pm.pro')
-rw-r--r--pm.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/pm.pro b/pm.pro
new file mode 100644
index 0000000..a8d87d7
--- /dev/null
+++ b/pm.pro
@@ -0,0 +1,16 @@
+QT += qml quick
+
+QMAKE_LIBS += -larmadillo
+HEADERS += glyph.h \
+ scatterplot.h \
+ mp.h
+SOURCES += main.cpp \
+ glyph.cpp \
+ scatterplot.cpp \
+ lamp.cpp \
+ forceScheme.cpp \
+ dist.cpp
+RESOURCES += pm.qrc
+
+target.path = .
+INSTALLS += target