mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Added qmake project files / standardized #includes
This commit is contained in:
19
src/driver/fs9/fs9.pro
Normal file
19
src/driver/fs9/fs9.pro
Normal 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
19
src/driver/fsx/fsx.pro
Normal 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
|
||||
|
||||
|
||||
|
||||
|
||||
19
src/driver/xplane/xplane.pro
Normal file
19
src/driver/xplane/xplane.pro
Normal 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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user