source: ntrip/trunk/GnssCenter/inpedit/inpedit.pro@ 5033

Last change on this file since 5033 was 5033, checked in by mervart, 11 years ago
File size: 492 bytes
Line 
1
2TEMPLATE = lib
3CONFIG += plugin static debug
4TARGET = $$qtLibraryTarget(gnsscenter_inpedit)
5INCLUDEPATH += ../main
6
7debug:OBJECTS_DIR = .obj/debug
8debug:MOC_DIR = .moc/debug
9release:OBJECTS_DIR = .obj/release
10release:MOC_DIR = .moc/release
11
12HEADERS = keyword.h panel.h inpedit.h \
13 selwin.h lineedit.h uniline.h
14
15SOURCES = keyword.cpp panel.cpp inpedit.cpp \
16 selwin.cpp lineedit.cpp uniline.cpp
Note: See TracBrowser for help on using the repository browser.