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
RevLine 
[4814]1
2TEMPLATE = app
[5002]3TARGET = ../GnssCenter
[4814]4CONFIG += debug
5
6debug:OBJECTS_DIR = .obj/debug
7debug:MOC_DIR = .moc/debug
8release:OBJECTS_DIR = .obj/release
9release:MOC_DIR = .moc/release
10
[5027]11HEADERS += app.h mdiarea.h \
12 settings.h mainwin.h plugininterface.h
[4814]13
[5027]14SOURCES += main.cpp app.cpp mdiarea.cpp \
15 settings.cpp mainwin.cpp
[5005]16
Note: See TracBrowser for help on using the repository browser.