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

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