Commit 50aea07a authored by Aleksei Kanash's avatar Aleksei Kanash

Fix to build order. Actual for linux.

parent 5047ab2d
......@@ -23,12 +23,11 @@ SANKORE_PLUGINS_DIR = $$SANKORE_DIR/plugins
PLUGIN_CFF_ADAPTOR_DIR = $$SANKORE_PLUGINS_DIR/cffadaptor
PLUGIN_CFF_ADAPTOR_PRO = $$PLUGIN_CFF_ADAPTOR_DIR/UBCFFAdaptor.pro
SUBDIRS += $$SANKORE_PRO
if(exists($$PLUGIN_CFF_ADAPTOR_DIR)){
SUBDIRS += $$PLUGIN_CFF_ADAPTOR_PRO
$$SANKORE_PRO.depends = $$PLUGIN_CFF_ADAPTOR_PRO
}
SUBDIRS += $$SANKORE_PRO
recurse_target = $$SANKORE_PRO
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment