-
Notifications
You must be signed in to change notification settings - Fork 1
/
TelemExplorer.pro
36 lines (25 loc) · 1.26 KB
/
TelemExplorer.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
#-------------------------------------------------
#
# Project created by QtCreator 2016-09-28T19:21:30
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = TelemExplorer
TEMPLATE = app
include ( c:/qwt-6.1.3/features/qwt.prf )
SOURCES += main.cpp\
mainwindow.cpp sem.cpp \
hirs.cpp
HEADERS += mainwindow.h sem.h \
hirs.h
FORMS += mainwindow.ui
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../../../../../qwt-6.1.3/lib/ -lqwt
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../../../../../qwt-6.1.3/lib/ -lqwtd
INCLUDEPATH += $$PWD/../../../../../qwt-6.1.3/include
DEPENDPATH += $$PWD/../../../../../qwt-6.1.3/include
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../../../../../qwt-6.1.3/designer/plugins/designer/ -lqwt_designer_plugin
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../../../../../qwt-6.1.3/designer/plugins/designer/ -lqwt_designer_plugind
else:unix: LIBS += -L$$PWD/../../../../../qwt-6.1.3/designer/plugins/designer/ -lqwt_designer_plugin
INCLUDEPATH += $$PWD/../../../../../qwt-6.1.3/designer/plugins/designer
DEPENDPATH += $$PWD/../../../../../qwt-6.1.3/designer/plugins/designer