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

Last change on this file since 5006 was 5006, checked in by mervart, 11 years ago
File size: 922 bytes
Line 
1
2TEMPLATE = app
3TARGET = ../GnssCenter
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
13INCLUDEPATH += ../qwt
14
15unix:LIBS += -L../qwt -lqwt
16win32:LIBS += -L../qwt/release -lqwt
17
18HEADERS += app.h mdiarea.h \
19 settings.h mainwin.h
20
21SOURCES += GnssCenter.cpp app.cpp mdiarea.cpp \
22 settings.cpp mainwin.cpp
23
24exists(map) {
25 HEADERS += map/svgmap.h
26 SOURCES += map/svgmap.cpp
27 RESOURCES += map/svgmap.qrc
28}
29
30exists(inpedit) {
31 HEADERS += inpedit/keyword.h inpedit/panel.h inpedit/inpfile.h \
32 inpedit/selwin.h inpedit/lineedit.h inpedit/uniline.h
33
34 SOURCES += inpedit/keyword.cpp inpedit/panel.cpp inpedit/inpfile.cpp \
35 inpedit/selwin.cpp inpedit/lineedit.cpp inpedit/uniline.cpp
36}
Note: See TracBrowser for help on using the repository browser.