mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-09 07:59:37 +00:00
fix qif
This commit is contained in:
parent
f0438be2ea
commit
cd34773efc
@ -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
|
Loading…
x
Reference in New Issue
Block a user