mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +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
|
HEADERS += $$PWD/fscommon/*.h
|
||||||
SOURCES += $$PWD/fscommon/*.cpp
|
SOURCES += $$PWD/fscommon/*.cpp
|
||||||
|
|
||||||
|
HEADERS += $$PWD/fsx/simconnectutilities.h
|
||||||
|
SOURCES += $$PWD/fsx/simconnectutilities.cpp
|
||||||
|
|
||||||
contains(BLACK_CONFIG, FSX) {
|
contains(BLACK_CONFIG, FSX) {
|
||||||
HEADERS += $$PWD/fsx/*.h
|
HEADERS += $$PWD/fsx/*.h
|
||||||
SOURCES += $$PWD/fsx/*.cpp
|
SOURCES += $$PWD/fsx/*.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user