aboutsummaryrefslogtreecommitdiff
path: root/pm.pro
blob: 2ba534dae63ef0b798d98152ed886160c2fe5bf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
QT += qml quick

QMAKE_LIBS += -larmadillo
HEADERS += scatterplot.h \
    mp.h
SOURCES += main.cpp \
    scatterplot.cpp \
    lamp.cpp \
    forceScheme.cpp \
    dist.cpp
RESOURCES += pm.qrc

target.path = .
INSTALLS += target