refs #452, added a resource project just adding files such as icons, data files etc.

This commit is contained in:
Klaus Basan
2015-09-23 02:23:48 +02:00
committed by Mathew Sutcliffe
parent 0e2f8f51ba
commit ab46ed615c
707 changed files with 30 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += src/blackmisc
SUBDIRS += resources/swift_resources.pro
contains(BLACK_CONFIG, BlackSound) {
SUBDIRS += src/blacksound
@@ -31,7 +32,6 @@ contains(BLACK_CONFIG, BlackCore) {
}
win32 {
if (contains(BLACK_CONFIG, FSX) | contains(BLACK_CONFIG, FS9)) {
SUBDIRS += src/plugins/simulator/fscommon/plugin_fscommon.pro
}