mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-05-16 14:59:34 +00:00
7 lines
164 B
Plaintext
7 lines
164 B
Plaintext
|
!isEmpty(NO_APP_BUNDLE_PRI_INCLUDED) {
|
||
|
error("no_app_bundle.pri already included")
|
||
|
}
|
||
|
NO_APP_BUNDLE_PRI_INCLUDED = 1
|
||
|
|
||
|
equals(TEMPLATE, app):CONFIG -= app_bundle
|