source: ntrip/trunk/GnssCenter/src/src.pro@ 5000

Last change on this file since 5000 was 4878, checked in by mervart, 11 years ago
File size: 924 bytes
Line 
1
2TEMPLATE = app
3TARGET = ../rtgui
4
5QT += svg
6CONFIG += debug
7
8debug:OBJECTS_DIR = .obj/debug
9debug:MOC_DIR = .moc/debug
10release:OBJECTS_DIR = .obj/release
11release:MOC_DIR = .moc/release
12
13RESOURCES += rtgui.qrc
14
15INCLUDEPATH += ../qwt
16
17unix:LIBS += -L../qwt -lqwt
18win32:LIBS += -L../qwt/release -lqwt
19
20HEADERS += app.h mdiarea.h \
21 settings.h mainwin.h svgmap.h \
22 inpedit/keyword.h inpedit/panel.h inpedit/inpfile.h \
23 inpedit/selwin.h inpedit/lineedit.h inpedit/uniline.h
24
25SOURCES += rtgui.cpp app.cpp mdiarea.cpp \
26 settings.cpp mainwin.cpp svgmap.cpp \
27 inpedit/keyword.cpp inpedit/panel.cpp inpedit/inpfile.cpp \
28 inpedit/selwin.cpp inpedit/lineedit.cpp inpedit/uniline.cpp
Note: See TracBrowser for help on using the repository browser.