summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/entrypoint.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/entrypoint.prf')
-rw-r--r--mkspecs/features/entrypoint.prf10
1 files changed, 0 insertions, 10 deletions
diff --git a/mkspecs/features/entrypoint.prf b/mkspecs/features/entrypoint.prf
deleted file mode 100644
index 98c41161a0..0000000000
--- a/mkspecs/features/entrypoint.prf
+++ /dev/null
@@ -1,10 +0,0 @@
-!qt: return()
-
-win32 {
- !console:contains(TEMPLATE, ".*app"): \
- QT_PRIVATE += entrypoint_private
-} else:uikit {
- qt_depends = $$resolve_depends(QT, "QT.")
- !watchos:equals(TEMPLATE, app):contains(qt_depends, gui(-private)?): \
- QT_PRIVATE += entrypoint_private
-}