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:
Roland Winklmeier
2014-04-01 15:56:25 +02:00
parent c4d3e85664
commit 6448ff65fd

View File

@@ -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