Translations:Development/Tutorials/Physical Simulation/9/en

From KDE TechBase
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

<syntaxhighlight lang="cmake"> project (FallingBall) find_package(KDE4 REQUIRED) include_directories(${KDE4_INCLUDES})