diff --git a/samples/samples.pro b/samples/samples.pro index 0d149ca77..912c520c5 100644 --- a/samples/samples.pro +++ b/samples/samples.pro @@ -9,3 +9,5 @@ SUBDIRS += blackmiscdbus SUBDIRS += blackmisc SUBDIRS += blackmiscsim SUBDIRS += hotkey + +load(common_post) diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro index 35ba31dca..9b364e973 100644 --- a/src/plugins/plugins.pro +++ b/src/plugins/plugins.pro @@ -4,3 +4,5 @@ TEMPLATE = subdirs CONFIG += ordered SUBDIRS += simulator + +load(common_post) diff --git a/src/plugins/simulator/simulator.pro b/src/plugins/simulator/simulator.pro index f4a4e6412..07ca21e98 100644 --- a/src/plugins/simulator/simulator.pro +++ b/src/plugins/simulator/simulator.pro @@ -21,3 +21,5 @@ contains(BLACK_CONFIG, XPlane) { SUBDIRS += xplane SUBDIRS += xplaneconfig } + +load(common_post) diff --git a/src/src.pro b/src/src.pro index f640b5bc4..4c011ce48 100644 --- a/src/src.pro +++ b/src/src.pro @@ -37,3 +37,5 @@ contains(BLACK_CONFIG, XPlane) { } SUBDIRS += plugins + +load(common_post) diff --git a/swift.pro b/swift.pro index 3c87f5bfa..7c25205c7 100644 --- a/swift.pro +++ b/swift.pro @@ -22,3 +22,5 @@ contains(BLACK_CONFIG, Unittests) { } include(install.pri) + +load(common_post) diff --git a/tests/tests.pro b/tests/tests.pro index f3a4eb777..a00fa9b71 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -6,3 +6,5 @@ CONFIG += ordered SUBDIRS += blackmisc SUBDIRS += blackcore SUBDIRS += blackgui + +load(common_post)