Re: [CMake] Problems with CMake and static Qt plugins

2012-10-29 Thread dcrespol
Hi, norulez. With @Thiago: QT_STATICPLUGIN does the trick , what do you mean? How and where did you use this? If possible, can you please include both your final plugin and application CMakeLists.txt files? Thanks a lot, -Daniel -- View this message in context:

Re: [CMake] Problems with CMake and static Qt plugins

2012-10-29 Thread dcrespol
Stephen Kelly-2 wrote Use add_definitions(-DQT_STATICPLUGIN) when building your plugin Perfect. Now it works. For some reason I was using that line in the application build that links to the plugin. Thanks a lot! -Daniel -- View this message in context: