02a2c91e24
Change-Id: I178f1ce7cea1228d3d38b3517f9dcecc3c2d4c6f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Andy Shaw <andy.shaw@digia.com>
8 lines
201 B
Plaintext
8 lines
201 B
Plaintext
|
|
isEmpty(QMAKE_INFO_PLIST) {
|
|
plist_template = $$absolute_path(../../$$[QMAKE_XSPEC]/Info.plist.$${TEMPLATE})
|
|
exists($$plist_template): QMAKE_INFO_PLIST = $$plist_template
|
|
}
|
|
|
|
load(default_post)
|