(→‘ki18n’ was not declared in this scope) |
|||
| Line 8: | Line 8: | ||
:Well I change a little the code so it now compiles under KDE4, it seems that the constructor of KAboutDate was changed... | :Well I change a little the code so it now compiles under KDE4, it seems that the constructor of KAboutDate was changed... | ||
| + | |||
| + | == Build == | ||
| + | |||
| + | Does the g++ command work for you as described? | ||
| + | I needed to add -lQtXml, lQtSvg and lQtNetwork. | ||
Adding authors to wiki pages seems counterintuitive to me. The wiki is editable by everybody. Why does it matter who the author of a tutorial is? IMHO the only thing that matters is that the tutorial is kept up to date. --Mattr 03:31, 4 January 2007 (CET)
I don't know if this is the place to post this, but I tried to follow this tutorial and get an "error: ‘ki18n’ was not declared in this scope", when trying to compile using the big command gcc main.cpp ...
Does the g++ command work for you as described? I needed to add -lQtXml, lQtSvg and lQtNetwork.