mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-06 06:29:35 +00:00
fix qif
This commit is contained in:
parent
f0438be2ea
commit
cd34773efc
@ -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 \
|
||||
|
||||
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit feb0dc116a8cfc8ea81a1f461e3b427e1cd52c17
|
||||
Subproject commit ecd82267935005641703cb27b2cf7163a49be15e
|
Loading…
x
Reference in New Issue
Block a user