[trojita] [Bug 358381] mingw Qt5: build failures via static plugins

2016-01-23 Thread Jan Kundrát via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358381 Jan Kundrát changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[trojita] [Bug 358381] mingw Qt5: build failures via static plugins

2016-01-23 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358381 --- Comment #5 from Thomas Lübking --- /usr/i686-w64-mingw32/sys-root/mingw/include/qt5/QtCore/qplugin.h defines QT_MOC_EXPORT_PLUGIN depending on QT_STATICPLUGIN definition. I assume this happens in some other path (qt5/mkspecs/win32-g++ , include/qt5

[trojita] [Bug 358381] mingw Qt5: build failures via static plugins

2016-01-22 Thread Jan Kundrát via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358381 --- Comment #4 from Jan Kundrát --- Comparing outputs of objdump on a native Linux system and on this mingw cross compilation, I'm getting some qt_static_plugin_* symbols in my Linux' ./CMakeFiles/trojita_plugin_AbookAddressbookPlugin.dir/trojita_plug

[trojita] [Bug 358381] mingw Qt5: build failures via static plugins

2016-01-22 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358381 --- Comment #3 from Thomas Lübking --- It's supposed to be defined in trojita_plugin_AbookAddressbookPlugin.a, assuming there's no dynamic variant flying around and falsely being picked by the compiler: readelf -sW trojita_plugin_AbookAddressbookPlu

[trojita] [Bug 358381] mingw Qt5: build failures via static plugins

2016-01-22 Thread Jan Kundrát via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358381 --- Comment #2 from Jan Kundrát --- > Do you have "-DQT_STATICPLUGIN" on building > src/Plugins/AbookAddressbook/main.cpp? I think that yeah: [turbo-hipster@ci-el7-big-1 build]$ rm trojita_plugin_AbookAddressbookPlugin.a CMakeFiles/be.contacts.dir/s

[trojita] [Bug 358381] mingw Qt5: build failures via static plugins

2016-01-22 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358381 --- Comment #1 from Thomas Lübking --- Do you have "-DQT_STATICPLUGIN" on building src/Plugins/AbookAddressbook/main.cpp? (The next question would be whether it makes its path down) -- You are receiving this mail because: You are watching all bug chan