Build FSX plugin only on Windows platforms

This commit is contained in:
Roland Winklmeier
2014-06-13 09:54:00 +02:00
parent 6f7d8f3285
commit ce55bf49c7

View File

@@ -21,8 +21,10 @@ contains(BLACK_CONFIG, BlackGui) {
SUBDIRS += src/blackgui
}
contains(BLACK_CONFIG, FSX) {
SUBDIRS += src/plugins/simulator/fsx/plugin_fsx.pro
win32 {
contains(BLACK_CONFIG, FSX) {
SUBDIRS += src/plugins/simulator/fsx/plugin_fsx.pro
}
}
contains(BLACK_CONFIG, XPlane) {