Files
pilotclient/libraries.pri
Roland Winklmeier 0349d8f212 Added a build flag for FSX specific code
FSX SimConnect code is build and linked only if enabled
by the build configuration.

refs #145
2014-03-11 22:01:32 +01:00

26 lines
310 B
Plaintext

include (externals.pri)
LIBS *= -L../../lib
blackgui {
LIBS += -lblackgui
}
blackcore {
LIBS += -lblackcore -lvatlib
win32 {
contains(BLACK_CONFIG, FSX) {
LIBS += -lSimConnect
}
}
}
blacksound {
LIBS += -lblacksound
}
blackmisc {
LIBS += -lblackmisc
}