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