aboutsummaryrefslogtreecommitdiff
path: root/pm.pro
blob: a8d87d7a4dbb4780ea96efefa6ebf4c7ad5c052d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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