mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
Added qmake project files / standardized #includes
This commit is contained in:
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