summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/wasm
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-10-29 17:04:38 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-11-21 23:08:05 +0000
commit54dabdd1e831491359e85fae444ab3ec700a0d2b (patch)
tree28a1e52fc50d693cf1c3ef77bbbf081c16f5ab29 /mkspecs/features/wasm
parentf5f46aaf421b2acbec3569a553973ccda223062c (diff)
wasm: fix qpa plugin build system integration
fix the plugin name (it was missing the leading 'q') and the name used in configure (the latter making it unnecessary to mess with it in the mkspec). the qt.prf override which forced linkage of the plugin is also removed due to being completely redundant. Change-Id: I94687a34a295c36754e36a298af902b656ba2ecc Reviewed-by: Kyle Edwards <kyle.edwards@kitware.com> Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
Diffstat (limited to 'mkspecs/features/wasm')
-rw-r--r--mkspecs/features/wasm/qt.prf12
1 files changed, 0 insertions, 12 deletions
diff --git a/mkspecs/features/wasm/qt.prf b/mkspecs/features/wasm/qt.prf
deleted file mode 100644
index 9b9b58d3de..0000000000
--- a/mkspecs/features/wasm/qt.prf
+++ /dev/null
@@ -1,12 +0,0 @@
-
-qt_depends = $$resolve_depends(QT, "QT.")
-equals(TEMPLATE, app):contains(qt_depends, gui(-private)?) {
- LIBS *= -L$$[QT_INSTALL_PLUGINS/get]/platforms
-
- lib_name = wasm
- lib_path_and_base = $$[QT_INSTALL_PLUGINS/get]/platforms/lib$${lib_name}$$qtPlatformTargetSuffix()
- LIBS += -l$${lib_name}$$qtPlatformTargetSuffix() $$fromfile($${lib_path_and_base}.prl, QMAKE_PRL_LIBS)
-}
-
-load(qt)
-