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