-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Done
-
Affects Version/s: 4.7.2
-
Fix Version/s: 4.7.4
-
Component/s: Build tools: qmake
-
Labels:None
-
Environment:- Ubuntu 10.xx
- Qt 4.xx
-
Commits:2ca4ce848c63c9fa0a48c0f9f4e7fdbc90463bf1
Easy to reproduce with one of Qt examples that uses static plugins. Edit examples/tools/plugandpaintplugins/basictools/basictools.pro and add:
CONFIG += create_prl
then build it - no .prl file created.
Now remove "plugin" from CONFIG list and build again - .prl file is created. But without "plugin" option the library is useless as a plugin because it is missing important symbols e.g qt_plugin_instance_<plugin_name>().