mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
29
src/plugins/weatherdata/gfs/gfs.pro
Normal file
29
src/plugins/weatherdata/gfs/gfs.pro
Normal file
@@ -0,0 +1,29 @@
|
||||
load(common_pre)
|
||||
|
||||
QT += core network dbus
|
||||
|
||||
TARGET = weatherdatagfs
|
||||
TEMPLATE = lib
|
||||
|
||||
CONFIG += plugin shared
|
||||
CONFIG += blackmisc blackcore
|
||||
|
||||
DEPENDPATH += . $$SourceRoot/src
|
||||
INCLUDEPATH += . $$SourceRoot/src
|
||||
|
||||
include (g2clib/g2clib.pri)
|
||||
SOURCES += *.cpp
|
||||
HEADERS += *.h
|
||||
DISTFILES += weatherdatagfs.json
|
||||
|
||||
DESTDIR = $$DestRoot/bin/plugins/weatherdata
|
||||
|
||||
win32 {
|
||||
dlltarget.path = $$PREFIX/bin/plugins/weatherdata
|
||||
INSTALLS += dlltarget
|
||||
} else {
|
||||
target.path = $$PREFIX/bin/plugins/weatherdata
|
||||
INSTALLS += target
|
||||
}
|
||||
|
||||
load(common_post)
|
||||
Reference in New Issue
Block a user