%general-entities; ]> $LastChangedBy: krejzi $ $Date: 2014-10-09 22:03:42 +0200 (Thu, 09 Oct 2014) $ KDeclarative-&kf5-version; KDeclarative Introduction to KDeclarative The KDeclarative package contains a library that provides integration of QML and KDE workspaces. &lfs77_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &kdeclarative-md5sum; Download size: &kdeclarative-size; Estimated disk space required: &kdeclarative-buildsize; Estimated build time: &kdeclarative-time; KDeclarative Dependencies Required , and User Notes: Installation of KDeclarative Install KDeclarative by running the following commands: mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \ -DCMAKE_BUILD_TYPE=Release \ -DLIB_INSTALL_DIR=lib \ -DBUILD_TESTING=OFF \ -DQML_INSTALL_DIR=&qt5-qml-dir; \ -DECM_MKSPECS_INSTALL_DIR=&qt5-mkspecs-dir; \ .. && make This package does not come with a test suite. Now, as the root user: make install Command Explanations Contents Installed Programs Installed Libraries Installed Directories kpackagelauncherqml libKF5Declarative.so and libKF5QuickAddons.so $KF5_PREFIX/include/KF5/KDeclarative, $KF5_PREFIX/lib/cmake/KF5Declarative, $KF5_PREFIX/&qt5-qml-dir;/org/kde/{draganddrop,kcoreaddons,kio}, $KF5_PREFIX/&qt5-qml-dir;/org/kde/{kquickcontrols,kquickcontrolsaddons} and $KF5_PREFIX/&qt5-qml-dir;/org/kde/{kwindowsystem,private}