mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Fix linker error by adding specific sources files
This is a temporary workaround, since some files in subfolder fsx are build into the plugin and some are build in any case.
This commit is contained in:
@@ -29,6 +29,9 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user