Line | |
---|
1 |
|
---|
2 | TEMPLATE = lib
|
---|
3 | CONFIG += plugin debug
|
---|
4 | TARGET = $$qtLibraryTarget(gnsscenter_inpedit)
|
---|
5 | INCLUDEPATH += ../main
|
---|
6 | DESTDIR = ../plugins
|
---|
7 |
|
---|
8 | debug:OBJECTS_DIR = .obj/debug
|
---|
9 | debug:MOC_DIR = .moc/debug
|
---|
10 | release:OBJECTS_DIR = .obj/release
|
---|
11 | release:MOC_DIR = .moc/release
|
---|
12 |
|
---|
13 | HEADERS = keyword.h panel.h inpedit.h \
|
---|
14 | selwin.h lineedit.h uniline.h \
|
---|
15 | tabwidget.h
|
---|
16 |
|
---|
17 | SOURCES = 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.