Line | |
---|
1 |
|
---|
2 | TEMPLATE = lib
|
---|
3 | CONFIG += plugin debug
|
---|
4 | TARGET = $$qtLibraryTarget(gnsscenter_map_stations)
|
---|
5 | QT += svg
|
---|
6 | INCLUDEPATH += ../qwt ../main
|
---|
7 | DESTDIR = ../plugins
|
---|
8 | LIBS = -L../qwt -lqwt
|
---|
9 |
|
---|
10 | INCLUDEPATH += /usr/local/include/thrift
|
---|
11 | DEFINES += HAVE_INTTYPES_H HAVE_NETINET_IN_H
|
---|
12 |
|
---|
13 | debug:OBJECTS_DIR = .obj/debug
|
---|
14 | debug:MOC_DIR = .moc/debug
|
---|
15 | release:OBJECTS_DIR = .obj/release
|
---|
16 | release:MOC_DIR = .moc/release
|
---|
17 |
|
---|
18 | thrift.target = gen-cpp
|
---|
19 | thrift.commands = "thrift -r -gen cpp rtnet.thrift"
|
---|
20 | thrift.depends = rtnet.thrift rtnet_data.thrift
|
---|
21 |
|
---|
22 | QMAKE_EXTRA_TARGETS += thrift
|
---|
23 | PRE_TARGETDEPS += gen-cpp
|
---|
24 | LIBS += -lthrift
|
---|
25 |
|
---|
26 | HEADERS = map_stations.h \
|
---|
27 | worldplot.h \
|
---|
28 | thriftclient.h
|
---|
29 |
|
---|
30 | SOURCES = map_stations.cpp \
|
---|
31 | worldplot.cpp \
|
---|
32 | thriftclient.cpp \
|
---|
33 | gen-cpp/RtnetData.cpp \
|
---|
34 | gen-cpp/rtnet_constants.cpp gen-cpp/rtnet_types.cpp \
|
---|
35 | gen-cpp/rtnet_data_constants.cpp gen-cpp/rtnet_data_types.cpp
|
---|
36 |
|
---|
37 |
|
---|
38 | RESOURCES = map_stations.qrc
|
---|
Note:
See
TracBrowser
for help on using the repository browser.