Talk:Development/Tutorials/Using KXmlGuiWindow: Difference between revisions
(No difference)
|
Revision as of 15:52, 28 June 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