Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
CMakeFiles | 2010-12-22 | ||
cmake_install.cmake | 2010-12-22 | 3.1 kB | |
kafs | 2010-12-22 | 96.3 kB | |
kafs.shell | 2010-12-22 | 277 Bytes | |
kafs.moc | 2010-12-22 | 2.3 kB | |
kafs_automoc.cpp | 2010-12-22 | 108 Bytes | |
kafsview.moc | 2010-12-22 | 3.6 kB | |
settings.cpp | 2010-12-22 | 1.5 kB | |
settings.h | 2010-12-22 | 1.3 kB | |
ui_kafsview_base.h | 2010-12-22 | 14.2 kB | |
ui_prefs_base.h | 2010-12-22 | 5.8 kB | |
CTestTestfile.cmake | 2010-12-22 | 317 Bytes | |
kafs_automoc.cpp.files | 2010-12-22 | 1.1 kB | |
Makefile | 2010-12-22 | 11.2 kB | |
Totals: 14 Items | 141.1 kB | 0 |
How To Build This Template -=-=-=-=-=-=-=-=-=-=-=-=-= --- On Unix: cd <project_name_path> mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=$KDEDIRS -DCMAKE_BUILD_TYPE=Debug .. <- do not forget the .. make make install or su -c 'make install' where $KDEDIRS points to your KDE installation prefix. to uninstall the project: make uninstall or su -c 'make uninstall' Note: you can use another build path. Then cd in your build dir and: export KDE_SRC=path_to_your_src cmake $KDE_SRC -DCMAKE_INSTALL_PREFIX=$KDEDIRS -DCMAKE_BUILD_TYPE=Debug --- On Windows: cd <project_name_path> mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=%KDEDIRS% -DCMAKE_BUILD_TYPE=Debug .. <- do not forget the .. [n]make [n]make install where %KDEDIRS% points to your KDE installation prefix. to uninstall the project: [n]make uninstall Note: use nmake if you're building with the Visual Studio compiler, or make if you're using the minGW compiler ---------------------------- Please send all comments to: Anne-Marie Mahfouf annma@kde.org Last update: July 2009