source:
ntrip/trunk/GnssCenter/main/main.pro@
7050
Last change on this file since 7050 was 5038, checked in by , 12 years ago | |
---|---|
File size: 400 bytes |
Rev | Line | |
---|---|---|
[4814] | 1 | |
2 | TEMPLATE = app | |
[5002] | 3 | TARGET = ../GnssCenter |
[4814] | 4 | CONFIG += debug |
5 | ||
6 | debug:OBJECTS_DIR = .obj/debug | |
7 | debug:MOC_DIR = .moc/debug | |
8 | release:OBJECTS_DIR = .obj/release | |
9 | release:MOC_DIR = .moc/release | |
10 | ||
[5027] | 11 | HEADERS += app.h mdiarea.h \ |
12 | settings.h mainwin.h plugininterface.h | |
[4814] | 13 | |
[5027] | 14 | SOURCES += main.cpp app.cpp mdiarea.cpp \ |
15 | settings.cpp mainwin.cpp | |
[5005] | 16 |
Note:
See TracBrowser
for help on using the repository browser.