source:
ntrip/trunk/GnssCenter/main/main.pro@
9296
Last change on this file since 9296 was 5038, checked in by , 12 years ago | |
---|---|
File size: 400 bytes |
Line | |
---|---|
1 | |
2 | TEMPLATE = app |
3 | TARGET = ../GnssCenter |
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 | |
11 | HEADERS += app.h mdiarea.h \ |
12 | settings.h mainwin.h plugininterface.h |
13 | |
14 | SOURCES += main.cpp app.cpp mdiarea.cpp \ |
15 | settings.cpp mainwin.cpp |
16 |
Note:
See TracBrowser
for help on using the repository browser.