From c9d40ef2c1ff9e701cd052dadfc0e515ff6b523f Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Mon, 10 Dec 2012 11:49:09 +0200 Subject: Add PLUGIN_CLASS_NAME to qtbase plugins Needed for automating static plugin loading. Task-number: QTBUG-28131 Change-Id: Icd993c0fc8335f29aeec30e853a408d888069399 Reviewed-by: Oswald Buddenhagen --- src/plugins/platforms/qnx/qnx.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/platforms/qnx/qnx.pro') diff --git a/src/plugins/platforms/qnx/qnx.pro b/src/plugins/platforms/qnx/qnx.pro index 30c95b1620..32dea13d52 100644 --- a/src/plugins/platforms/qnx/qnx.pro +++ b/src/plugins/platforms/qnx/qnx.pro @@ -137,4 +137,5 @@ include (../../../platformsupport/eglconvenience/eglconvenience.pri) include (../../../platformsupport/fontdatabases/fontdatabases.pri) PLUGIN_TYPE = platforms +PLUGIN_CLASS_NAME = QQnxIntegrationPlugin load(qt_plugin) -- cgit v1.2.3 From 2bf14740a72eb3b85c887f85b1586515582319f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Tue, 11 Dec 2012 09:32:24 +0100 Subject: Consistently prefix all platform plugin libraries with "q". This means the xcb plugin library will be named libqxcb.so instead of libxcb.so, which doesn't clash with the system's libxcb.so. We need to consistently apply this on all platforms for static linking to work. Change-Id: I1640a7cae7b9846bbe62b19ab1c2c5bad7d02b4c Reviewed-by: Miikka Heikkinen Reviewed-by: Sean Harmer Reviewed-by: Friedemann Kleint Reviewed-by: Rafael Roquetto Reviewed-by: Lars Knoll --- src/plugins/platforms/qnx/qnx.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/platforms/qnx/qnx.pro') diff --git a/src/plugins/platforms/qnx/qnx.pro b/src/plugins/platforms/qnx/qnx.pro index 32dea13d52..8367513fc5 100644 --- a/src/plugins/platforms/qnx/qnx.pro +++ b/src/plugins/platforms/qnx/qnx.pro @@ -1,4 +1,4 @@ -TARGET = qnx +TARGET = qqnx QT += platformsupport platformsupport-private -- cgit v1.2.3