Talk:Development/Tutorials/Plasma4/GettingStarted..Some More: Difference between revisions

From KDE TechBase
mNo edit summary
mNo edit summary
Line 1: Line 1:
This tutorial does not work for me, one thing I have discovered is that the includes should be:  
This tutorial does not work for me, one thing I have discovered is that the includes should be:  


#include <plasma/widgets/lineedit.h>
\#include <plasma/widgets/lineedit.h>


#include <plasma/widgets/pushbutton.h>
\#include <plasma/widgets/pushbutton.h>


but there are still a number of other related issues that I still don't understand that won't allow "make" to compete error free.
but there are still a number of other related issues that I still don't understand that won't allow "make" to compete error free.

Revision as of 09:33, 8 January 2010

This tutorial does not work for me, one thing I have discovered is that the includes should be:

\#include <plasma/widgets/lineedit.h>

\#include <plasma/widgets/pushbutton.h>

but there are still a number of other related issues that I still don't understand that won't allow "make" to compete error free.