Merge branch 'master' of dev.vatsim-germany.org:vatpilotclient/client

This commit is contained in:
Mathew Sutcliffe
2013-03-19 19:08:40 +00:00
43 changed files with 577 additions and 61 deletions

19
src/driver/fs9/fs9.pro Normal file
View File

@@ -0,0 +1,19 @@
TARGET = bb_driver_fs9
TEMPLATE = lib
CONFIG += dll
INCLUDEPATH += .. ../../
DESTDIR = ../../../bin
DEPENDPATH += .
HEADERS += \
driver_fs9.h
SOURCES += \
driver_fs9.cpp

19
src/driver/fsx/fsx.pro Normal file
View File

@@ -0,0 +1,19 @@
TARGET = bb_driver_fsx
TEMPLATE = lib
CONFIG += dll
INCLUDEPATH += .. ../../
DESTDIR = ../../../bin
DEPENDPATH += .
HEADERS += \
driver_fsx.h
SOURCES += \
driver_fsx.cpp

View File

@@ -0,0 +1,19 @@
TARGET = bb_driver_xplane
TEMPLATE = lib
CONFIG += dll
INCLUDEPATH += .. ../../
DESTDIR = ../../../bin
DEPENDPATH += .
HEADERS += \
driver_xplane.h
SOURCES += \
driver_xplane.cpp