This commit is contained in:
Andrei Yankovich 2020-02-04 16:59:37 +03:00
parent f0438be2ea
commit cd34773efc
2 changed files with 28 additions and 28 deletions

View File

@ -8,41 +8,41 @@
TEMPLATE = subdirs TEMPLATE = subdirs
CONFIG += ordered CONFIG += ordered
!android { !android {
SUBDIRS += QuasarAppLib \ SUBDIRS += QuasarAppLib \
Pe \ Pe \
Deploy \ Deploy \
CQtDeployer \ CQtDeployer \
UnitTests \ UnitTests \
tests/TestOnlyC \ tests/TestOnlyC \
tests/TestQtWidgets \ tests/TestQtWidgets \
tests/TestQMLWidgets tests/TestQMLWidgets
contains(DEFINES, WITH_ALL_TESTS) { contains(DEFINES, WITH_ALL_TESTS) {
SUBDIRS += tests/quicknanobrowser SUBDIRS += tests/quicknanobrowser
} }
contains(DEFINES, WITHOUT_TESTS) { contains(DEFINES, WITHOUT_TESTS) {
SUBDIRS -= UnitTests \ SUBDIRS -= UnitTests \
tests/TestOnlyC \ tests/TestOnlyC \
tests/TestQtWidgets \ tests/TestQtWidgets \
tests/TestQMLWidgets \ tests/TestQMLWidgets \
tests/quicknanobrowser tests/quicknanobrowser
} }
CQtDeployer.depends=QuasarAppLib CQtDeployer.depends=QuasarAppLib
CQtDeployer.depends=Deploy CQtDeployer.depends=Deploy
QuasarAppLib.file = $$PWD/QuasarAppLib/QuasarApp.pro QuasarAppLib.file = $$PWD/QuasarAppLib/QuasarApp.pro
Pe.file = $$PWD/pe/pe-parser-library/pe-parser-library.pro Pe.file = $$PWD/pe/pe-parser-library/pe-parser-library.pro
include('$$PWD/installer/installerCQtDeployer.pri') include('$$PWD/installer/installerCQtDeployer.pri')
include($$PWD/test.pri) include($$PWD/test.pri)
DISTFILES += \ DISTFILES += \
snap/snapcraft.yaml \ snap/snapcraft.yaml \
README.md \ README.md \
} }

@ -1 +1 @@
Subproject commit feb0dc116a8cfc8ea81a1f461e3b427e1cd52c17 Subproject commit ecd82267935005641703cb27b2cf7163a49be15e