parent
d82fdd7d0a
commit
a2654f8a8f
@ -1,33 +0,0 @@ |
||||
TEMPLATE = subdirs |
||||
CONFIG += ordered |
||||
CONFIG += debug_and_release |
||||
|
||||
win32: SUB_DIR = win32 |
||||
macx: SUB_DIR = macx |
||||
linux-g++: SUB_DIR = linux |
||||
linux-g++-32: SUB_DIR = linux |
||||
linux-g++-64: SUB_DIR = linux |
||||
|
||||
BUILD_DIR = build/$$SUB_DIR |
||||
|
||||
CONFIG(debug, debug|release):BUILD_DIR = $$BUILD_DIR/debug |
||||
CONFIG(release, debug|release) { |
||||
BUILD_DIR = $$BUILD_DIR/release |
||||
CONFIG += warn_off |
||||
} |
||||
|
||||
SANKORE_DIR = $$PWD |
||||
SANKORE_PRO = $$SANKORE_DIR/Sankore_3.1.pro |
||||
THIRD_PARTY_DIR = $$PWD/Sankore-ThirdParty |
||||
SANKORE_PLUGINS_DIR = $$SANKORE_DIR/plugins |
||||
PLUGIN_CFF_ADAPTOR_DIR = $$SANKORE_PLUGINS_DIR/cffadaptor |
||||
PLUGIN_CFF_ADAPTOR_PRO = $$PLUGIN_CFF_ADAPTOR_DIR/UBCFFAdaptor.pro |
||||
|
||||
#visoal studio sets first project as executable |
||||
contains(TEMPLATE, vcsubdirs):{ |
||||
SUBDIRS = $$SANKORE_PRO $$PLUGIN_CFF_ADAPTOR_PRO |
||||
} else:{ |
||||
SUBDIRS = $$PLUGIN_CFF_ADAPTOR_PRO $$SANKORE_PRO |
||||
} |
||||
|
||||
$$SANKORE_PRO.depends = $$PLUGIN_CFF_ADAPTOR_PRO |
@ -0,0 +1,6 @@ |
||||
HEADERS += plugins/cffadaptor/src/UBCFFAdaptor_global.h \ |
||||
plugins/cffadaptor/src/UBCFFAdaptor.h \ |
||||
plugins/cffadaptor/src/UBCFFConstants.h \ |
||||
plugins/cffadaptor/src/UBGlobals.h |
||||
|
||||
SOURCES += plugins/cffadaptor/src/UBCFFAdaptor.cpp |
Loading…
Reference in new issue