mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
refs #207, changed / fixed .pro file
This commit is contained in:
@@ -25,17 +25,11 @@ else: PRE_TARGETDEPS += ../../lib/libblackmisc.a
|
||||
HEADERS += *.h
|
||||
SOURCES += *.cpp
|
||||
|
||||
|
||||
HEADERS += $$PWD/fscommon/*.h
|
||||
SOURCES += $$PWD/fscommon/*.cpp
|
||||
|
||||
HEADERS += $$PWD/fsx/simconnectutilities.h
|
||||
SOURCES += $$PWD/fsx/simconnectutilities.cpp
|
||||
|
||||
contains(BLACK_CONFIG, FSX) {
|
||||
HEADERS += $$PWD/fsx/*.h
|
||||
SOURCES += $$PWD/fsx/*.cpp
|
||||
}
|
||||
HEADERS += $$PWD/fsx/*.h
|
||||
SOURCES += $$PWD/fsx/*.cpp
|
||||
|
||||
DESTDIR = ../../lib
|
||||
|
||||
|
||||
Reference in New Issue
Block a user