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

Last change on this file since 5019 was 5017, checked in by mervart, 11 years ago
File size: 482 bytes
Line 
1
2TEMPLATE = lib
3CONFIG += plugin static
4TARGET = $$qtLibraryTarget(GnssCenter_inpEdit)
5INCLUDEPATH += ../
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.