source: ntrip/trunk/GnssCenter/map_stations/map_stations.pro@ 5406

Last change on this file since 5406 was 5406, checked in by mervart, 11 years ago
File size: 681 bytes
RevLine 
[5018]1
2TEMPLATE = lib
[5036]3CONFIG += plugin debug
[5406]4TARGET = $$qtLibraryTarget(gnsscenter_map_stations)
[5018]5QT += svg
[5024]6INCLUDEPATH += ../qwt ../main
[5047]7DESTDIR = ../plugins
[5049]8LIBS = -L../qwt -lqwt
[5018]9
10debug:OBJECTS_DIR = .obj/debug
11debug:MOC_DIR = .moc/debug
12release:OBJECTS_DIR = .obj/release
13release:MOC_DIR = .moc/release
14
[5400]15thrift.target = gen-cpp
16thrift.commands = "thrift -r -gen cpp rtnet.thrift"
17thrift.depends = rtnet.thrift rtnet_data.thrift
18QMAKE_EXTRA_TARGETS += thrift
19PRE_TARGETDEPS += gen-cpp
20
[5406]21HEADERS = map_stations.h
[5018]22
[5406]23SOURCES = map_stations.cpp
[5018]24
[5406]25RESOURCES = map_stations.qrc
Note: See TracBrowser for help on using the repository browser.