diff --git a/CQtDeployer.pro b/CQtDeployer.pro index 6a8497a..7b65638 100644 --- a/CQtDeployer.pro +++ b/CQtDeployer.pro @@ -8,41 +8,41 @@ TEMPLATE = subdirs CONFIG += ordered !android { -SUBDIRS += QuasarAppLib \ - Pe \ - Deploy \ - CQtDeployer \ - UnitTests \ - tests/TestOnlyC \ - tests/TestQtWidgets \ - tests/TestQMLWidgets + SUBDIRS += QuasarAppLib \ + Pe \ + Deploy \ + CQtDeployer \ + UnitTests \ + tests/TestOnlyC \ + tests/TestQtWidgets \ + tests/TestQMLWidgets -contains(DEFINES, WITH_ALL_TESTS) { - SUBDIRS += tests/quicknanobrowser -} + contains(DEFINES, WITH_ALL_TESTS) { + SUBDIRS += tests/quicknanobrowser + } -contains(DEFINES, WITHOUT_TESTS) { - SUBDIRS -= UnitTests \ - tests/TestOnlyC \ - tests/TestQtWidgets \ - tests/TestQMLWidgets \ - tests/quicknanobrowser -} + contains(DEFINES, WITHOUT_TESTS) { + SUBDIRS -= UnitTests \ + tests/TestOnlyC \ + tests/TestQtWidgets \ + tests/TestQMLWidgets \ + tests/quicknanobrowser + } -CQtDeployer.depends=QuasarAppLib -CQtDeployer.depends=Deploy + CQtDeployer.depends=QuasarAppLib + CQtDeployer.depends=Deploy -QuasarAppLib.file = $$PWD/QuasarAppLib/QuasarApp.pro -Pe.file = $$PWD/pe/pe-parser-library/pe-parser-library.pro + QuasarAppLib.file = $$PWD/QuasarAppLib/QuasarApp.pro + Pe.file = $$PWD/pe/pe-parser-library/pe-parser-library.pro -include('$$PWD/installer/installerCQtDeployer.pri') -include($$PWD/test.pri) + include('$$PWD/installer/installerCQtDeployer.pri') + include($$PWD/test.pri) -DISTFILES += \ - snap/snapcraft.yaml \ - README.md \ + DISTFILES += \ + snap/snapcraft.yaml \ + README.md \ } diff --git a/installer b/installer index feb0dc1..ecd8226 160000 --- a/installer +++ b/installer @@ -1 +1 @@ -Subproject commit feb0dc116a8cfc8ea81a1f461e3b427e1cd52c17 +Subproject commit ecd82267935005641703cb27b2cf7163a49be15e