more accurate check for presence of target INSTALL
make it match qmake's own rules. Change-Id: Ia6b9ac12ac08932ac67f100f4638352a214553bd Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>bb10
parent
e8dcd5038d
commit
939dc77656
|
|
@ -161,7 +161,8 @@ qt_module_deps = $$resolve_depends(qt_module_deps, "QT.")
|
|||
|
||||
!no_qt_rpath:!static:contains(QT_CONFIG, rpath):!contains(QT_CONFIG, static):\
|
||||
contains(qt_module_deps, core) {
|
||||
relative_qt_rpath:defined(target.path, var) {
|
||||
relative_qt_rpath:contains(INSTALLS, target):\
|
||||
isEmpty(target.files):isEmpty(target.commands):isEmpty(target.extra) {
|
||||
mac {
|
||||
if(equals(TEMPLATE, app):app_bundle)|\
|
||||
if(equals(TEMPLATE, lib):plugin:plugin_bundle) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue