source: ntrip/trunk/GnssCenter/main/main.pro@ 5443

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