Line | |
---|
1 |
|
---|
2 | TEMPLATE = app
|
---|
3 | TARGET = ../GnssCenter
|
---|
4 | QT += svg
|
---|
5 | CONFIG += debug
|
---|
6 |
|
---|
7 | debug:OBJECTS_DIR = .obj/debug
|
---|
8 | debug:MOC_DIR = .moc/debug
|
---|
9 | release:OBJECTS_DIR = .obj/release
|
---|
10 | release:MOC_DIR = .moc/release
|
---|
11 |
|
---|
12 | INCLUDEPATH += ../qwt
|
---|
13 |
|
---|
14 | LIBS += -L../inpedit -lGnssCenter_inpEdit
|
---|
15 | LIBS += -L../svgmap -lGnssCenter_svgMap
|
---|
16 | LIBS += -L../qwt -lqwt
|
---|
17 |
|
---|
18 | HEADERS += app.h mdiarea.h \
|
---|
19 | settings.h mainwin.h plugininterface.h
|
---|
20 |
|
---|
21 | SOURCES += main.cpp app.cpp mdiarea.cpp \
|
---|
22 | settings.cpp mainwin.cpp
|
---|
23 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.