-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathINCAView.pro
60 lines (44 loc) · 1.31 KB
/
INCAView.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#-------------------------------------------------
#
# Project created by QtCreator 2017-10-15T11:41:03
#
#-------------------------------------------------
QMAKE_CXXFLAGS += -std=c++14
QT += core gui sql widgets printsupport
#CONFIG += static
#greaterThan(QT_MAJOR_VERSION, 5): QT += widgets printsupport
TARGET = INCAView
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
treeitem.cpp \
treemodel.cpp \
qcustomplot.cpp \
parameter.cpp \
parametermodel.cpp \
sshInterface.cpp \
parametereditdelegate.cpp \
plotter.cpp \
sqlinterface.cpp
HEADERS += mainwindow.h \
treemodel.h \
treeitem.h \
qcustomplot.h \
parameter.h \
parametermodel.h \
sshInterface.h \
parametereditdelegate.h \
plotter.h \
sqlinterface.h \
sqlhandler/serialization.h
FORMS += mainwindow.ui
LIBS += -L$$PWD/lib/ -lssh\
# LIBS += -L$$PWD/libs/ -lpython36\
#-L$$PWD/../INCA/INCA/libraries/sqlite3/libs/ -lsqlite3\
INCLUDEPATH += $$PWD/include
#$$PWD/../INCA/INCA/libraries/sqlite3\
#$$PWD/../INCA/INCA/libraries/boost/include\
#DEPENDPATH += $$PWD/../INCA/INCA/libraries/sqlite3
win:PRE_TARGETDEPS += $$PWD/lib/libssh.dll.a
#$$PWD/libs/libpython36.a
#$$PWD/../INCA/INCA/libraries/sqlite3/libs/libsqlite3.a\