Make plugin linking fail if some references aren't present
authorThiago Macieira <thiago.macieira@intel.com>
Fri, 23 Dec 2011 12:47:15 +0000 (10:47 -0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 10 Apr 2012 16:22:51 +0000 (18:22 +0200)
It's better to fail at linking time than to try and figure out later why
QPluginLoader refuses to load the plugin.

Change-Id: I439bad9dcdbfff9f76efe40381fd7ccfffe738bc
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Donald Carr <donald.carr@nokia.com>
Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
mkspecs/features/qt_plugin.prf

index ce2b1d2..a63ffab 100644 (file)
@@ -15,4 +15,4 @@ contains(QT_CONFIG, separate_debug_info_nocopy):CONFIG += separate_debug_info_no
 load(qt_targets)
 
 wince*:LIBS += $$QMAKE_LIBS_GUI
-
+QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF