Re: KF5KDEGames

2014-12-20 Thread Garvit Khatri
Thank You it worked :) On Sat, Dec 20, 2014 at 3:55 PM, David Edmundson wrote: > > ​check your target_link_libraries in your CMake. > > adjusting these automatically adjusts your include paths via some dark > magic. > > > >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to > unsubsc

Re: KF5KDEGames

2014-12-20 Thread David Edmundson
​check your target_link_libraries in your CMake. adjusting these automatically adjusts your include paths via some dark magic. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

KF5KDEGames

2014-12-19 Thread Garvit Khatri
Hi everyone, I am porting knetwalk game to KF5 it needs KF5KDEGames so i built frameworks branch of libkdegames so to make sure i have KF5KDEGames in CMakeLists.txt i have replaced find_package( libkdegames REQUIRED) with find_package(KF5KDEGames REQUIRED). Cmake is giving no error in finding the