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

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