Talk:Development/Tutorials/Using KXmlGuiWindow: Difference between revisions
Appearance
No edit summary |
|
(No difference)
|
Revision as of 19:01, 20 May 2007
I had a couple of problems:
In order to make cmake find my installed header files, I needed to specify -DCMAKE_INSTALL_PREFIX=/home/kde-devel/kde
and still it wouldn't compile. I had to change it to use KXmlGuiWindow instead of KMainWindow as it didn't seem to be able to use setupGUI();
/Sune