mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-26 17:54:32 +00:00
28 lines
524 B
Plaintext
28 lines
524 B
Plaintext
OTHER_FILES += \
|
|
$$PWD/*.md \
|
|
$$PWD/*.sh \
|
|
$$PWD/scripts/*.py \
|
|
$$PWD/packages/QIF/meta/*.xml
|
|
|
|
win32:PLATFORM = windows
|
|
unix: PLATFORM = linux
|
|
|
|
win32:PY = python
|
|
unix: PY = python3
|
|
|
|
qif.commands= $$PY $$PWD/scripts/QIF.py $$PLATFORM 4.4 $$PWD/packages/QIF/data
|
|
alias.commands= $$PY $$PWD/scripts/alias.py
|
|
|
|
!isEmpty( ONLINE ) {
|
|
|
|
message(prepare release QIF)
|
|
deployOffline.depends += qif
|
|
buildSnap.depends += qif
|
|
}
|
|
|
|
unix:deployOffline.depends += alias
|
|
|
|
QMAKE_EXTRA_TARGETS += \
|
|
qif \
|
|
alias
|