Hi all
I've encountered problem with using kde stuff in my program. When I simply added find_package(KDE4) it just stopped linking. I think it's probably related to this post: http://forum.kde.org/viewtopic.php?f=64&t=89265 I've two questions: 1. what find_package(KDE4) has changed, so program which was compiling and linking successfully stopped linking? 2. why find_package(KDE4) is forcing it's own compiler flags (like additional -Wxxx or -O2 in DEBUG build)? I can agree, that ${KDE_xxxx} variables can be put around to influence on some compiler flags, but simple "find_package" IMHO should not do such things. regards -- Michał Walenciak gmail.com kicer86 http://kicer.sileman.net.pl gg: 3729519 _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
