Fix linker error in plugin_fsx by reordering libraries

This commit is contained in:
Roland Winklmeier
2014-05-16 13:28:22 +02:00
parent a338ed0068
commit 8712cfccbc

View File

@@ -20,10 +20,10 @@ blacksound {
LIBS += -lblacksound
}
blackmisc {
LIBS += -lblackmisc
}
blacksim {
LIBS += -lblacksim
}
blackmisc {
LIBS += -lblackmisc
}