-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSensorDataViewer.pro
More file actions
47 lines (34 loc) · 1.42 KB
/
SensorDataViewer.pro
File metadata and controls
47 lines (34 loc) · 1.42 KB
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
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
TARGET = SensorDataViewer
TEMPLATE = app
@CONFIG += debug_and_release@
# The following define makes your compiler emit warnings if you use
# any feature of Qt which has been marked as deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS
SOURCES += \
main.cpp \
mainwindow.cpp \
qcustomplot.cpp \
customgraphicsview.cpp \
customgraphicsscene.cpp \
worker.cpp
HEADERS += \
mainwindow.h \
qcustomplot.h \
customgraphicsview.h \
customgraphicsscene.h \
worker.h
FORMS += \
mainwindow.ui
#LIBS += -LC:/Octave/Octave-4.0.2/lib/octave/4.0.2/ -lliboctinterp.dll -lliboctave.dll
INCLUDEPATH += $$PWD/Octave/octave-4.0.3/include/octave-4.0.3/octave
DEPENDPATH += $$PWD/Octave/octave-4.0.3/include/octave-4.0.3/octave
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/Octave/octave-4.0.3/lib/octave/4.0.3/ -lliboctave.dll -lliboctinterp.dll
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/Octave/octave-4.0.3/lib/octave/4.0.3/ -lliboctave.dll -lliboctinterp.dll
INCLUDEPATH += $$PWD/Octave/octave-4.0.3/lib/octave/4.0.3
DEPENDPATH += $$PWD/Octave/octave-4.0.3/lib/octave/4.0.3
DISTFILES += \
style.qss