1 Sep
2011
1 Sep
'11
09:17
Hi all, because of the last change in linker, Publishing/gle-graphics don't build because of the missing -ldl definition in linker. I went through makefiles and realized the problematic Makefile is generated using qmake from qgle.pro file, however it contains following definition linux-g++ { LIBS += -ldl } From my understanding of qmake: Project Files [1] this should be enabled in linux-g++ target. On the other hand qmake -d shows me the test fails, so this section is skipped. Can anyone tell me how to fix that in way, that will be upstreamable? I changed it to unix, but I am not sure that patch will be accepted. [1] http://doc.qt.nokia.com/latest/qmake-project-files.html Regards Michal Vyskocil