Move client xplane plugin into plugins/simulator/xplane

refs #211
This commit is contained in:
Roland Winklmeier
2014-04-18 14:35:33 +02:00
parent 603f03f092
commit cdbc635361
5 changed files with 2 additions and 7 deletions

View File

@@ -0,0 +1,22 @@
include (../../../../config.pri)
include (../../../../build.pri)
QT += core dbus network
TARGET = simulator_xplane
TEMPLATE = lib
CONFIG += plugin shared
CONFIG += blackmisc
DEPENDPATH += . ../../../../src
INCLUDEPATH += . ../../../../src
SOURCES += *.cpp
HEADERS += *.h
#win32:!win32-g++*: PRE_TARGETDEPS += ../../../../lib/blackmisc.lib
DESTDIR = ../../../../bin/plugins/simulator
include (../../../../libraries.pri)

View File

View File