summaryrefslogtreecommitdiffstats
path: root/tests/auto/embed_info_plist.pri
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2021-08-26 14:31:07 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-09-01 10:00:51 +0000
commitfc50edecbce8f6db9bb663aa63d970e6f04604c8 (patch)
treee10169bd8fbcccc015933beb947506985e2d1198 /tests/auto/embed_info_plist.pri
parent359a26255d8e608d16e7d883e89bec50497faddc (diff)
Nuke all qmake files from tests
Change-Id: Ibad2e50d840a2eb0ccb9ac65158e512249a2bc79 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> (cherry picked from commit 24a695b4b7fda581c15600b111d6b6c3459ca1d9) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'tests/auto/embed_info_plist.pri')
-rw-r--r--tests/auto/embed_info_plist.pri13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/auto/embed_info_plist.pri b/tests/auto/embed_info_plist.pri
deleted file mode 100644
index cca93c35e..000000000
--- a/tests/auto/embed_info_plist.pri
+++ /dev/null
@@ -1,13 +0,0 @@
-macos {
- CONFIG -= app_bundle
-
- # QTBUG-57354 embed Info.plist so that certain fonts can be found in non-bundle apps
- out_info = $$OUT_PWD/Info.plist
- embed_info_plist.input = $$PWD/Info.plist.in
- embed_info_plist.output = $$out_info
- TARGET_HYPHENATED = $$replace(TARGET, [^a-zA-Z0-9-.], -)
- QMAKE_SUBSTITUTES += embed_info_plist
- QMAKE_LFLAGS += -Wl,-sectcreate,__TEXT,__info_plist,$$shell_quote($$out_info)
- PRE_TARGETDEPS += $$out_info
- QMAKE_DISTCLEAN += $$out_info
-}