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

Last change on this file since 5104 was 5087, checked in by mervart, 11 years ago
File size: 579 bytes
RevLine 
[5017]1
2TEMPLATE = lib
[5037]3CONFIG += plugin debug
[5033]4TARGET = $$qtLibraryTarget(gnsscenter_inpedit)
[5023]5INCLUDEPATH += ../main
[5046]6DESTDIR = ../plugins
[5017]7
8debug:OBJECTS_DIR = .obj/debug
9debug:MOC_DIR = .moc/debug
10release:OBJECTS_DIR = .obj/release
11release:MOC_DIR = .moc/release
12
[5087]13HEADERS = keyword.h panel.h inpedit.h \
14 selwin.h lineedit.h uniline.h \
15 tabwidget.h
[5017]16
[5087]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.