Search results

View ( | ) (20 | 50 | 100 | 250 | 500)
  • <syntaxhighlight lang="cmake"> cmake .. -DCMAKE_INSTALL_PREFIX=$HOME ...
    7 KB (785 words) - 08:29, 16 January 2016
  • Pour plus de détails concernant CMake, référez-vous à [[Development/Tutorials/CMake]] (anglais). ...t actuel diffère de l'environnement de test d'installation, on doit lancer CMake avec -DCMAKE_INSTALL_PREFIX=`kde-config --prefix`, puis lancer make. Si le ...
    13 KB (1,810 words) - 20:11, 11 October 2023
  • TODO; add example CMake file. ...
    7 KB (1,073 words) - 08:39, 31 May 2019
  • ...e unittests kross does use a special test-application that got compiled if cmake -DKDE4_BUILD_TESTS=1 was used for kdelibs. You are able to run the unittest ...e unittests kross does use a special test-application that got compiled if cmake -DKDE4_BUILD_TESTS=1 was used for kdelibs. You are able to run the unittest ...
    22 KB (3,360 words) - 08:04, 31 May 2019
  • cmake . ...
    9 KB (363 words) - 15:57, 15 July 2012
  • ;[[Development/Tutorials/CMake_(ru)|Введение в CMake]] :''Как работать с системой сборки CMake, используемую KDE4.'' ...
    17 KB (1,741 words) - 09:53, 14 July 2012
  • cmake .. -DCMAKE_INSTALL_PREFIX=$HOME ...
    7 KB (764 words) - 18:31, 15 July 2012
  • the CMakeLists.txt file tells CMake how to build and install your project, add the following lines to this file <syntaxhighlight lang="cmake"> ...
    7 KB (958 words) - 23:27, 11 September 2014
  • ;[[Development/Tutorials/CMake (de)|Einführung in CMake]] :''Wie man CMake in KDE 4 benutzt'' ...
    19 KB (2,497 words) - 09:40, 14 July 2012
  • <syntaxhighlight lang="cmake"> set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake) ...
    18 KB (2,403 words) - 16:44, 24 August 2020
  • cmake .. -DCMAKE_INSTALL_PREFIX=$HOME ...
    7 KB (759 words) - 15:45, 14 July 2012
  • :<menuchoice>Project->New from Template -> Qt4 CMake Gui application with name "FallingBall" -> Next -> Finish.</menuchoice> :Make directory and create a <tt>CMakeLists.txt</tt> file, which cmake requires to find dependencies and compile the program. ...
    19 KB (2,767 words) - 17:31, 19 July 2019
  • ...soprano.sourceforge.net/apidox/trunk/soprano_howto.html#cmake_magic simple CMake macro]. ...
    6 KB (950 words) - 10:30, 14 December 2012
  • Como ahora estamos usando la biblioteca KIO, debemos decirselo a CMAKE para que la enlace. Hacemos esto pasándole <tt>${KDE4_KIO_LIBS}</tt> a la f cmake .. -DCMAKE_INSTALL_PREFIX=$HOME ...
    14 KB (1,929 words) - 18:30, 15 July 2012
  • README/TODO/CMake/... README/TODO/CMake/... ...
    12 KB (2,040 words) - 12:28, 15 May 2019
  • ...ata for a library and an application was added. This also shows nicely how CMake can fill in missing fields in AppStream metadata. ...
    7 KB (1,038 words) - 13:10, 3 January 2024
  • ...evelopment/Tutorials/D-Bus/Accessing Interfaces/PkgConfigGetVar.cmake|this cmake module]] to your project.}} ...
    15 KB (2,183 words) - 20:16, 11 October 2023
  • ;[[Development/Tutorials/CMake_(pt_BR)|Introdução ao CMake]] :''Como usar o sistema de contrução CMake usado pelo KDE4.'' ...
    15 KB (2,206 words) - 09:55, 14 July 2012
  • ;[[Development/Tutorials/CMake|Introduction to CMake]] :''How to use the CMake build system used by KDE4.'' ...
    22 KB (3,202 words) - 18:28, 15 July 2012
  • Теперь мы используем библиотеку KIO, мы должны сказать CMake слинковать приложение с ней. Это делается путем передачи <tt>${KDE4_KIO_LIB cmake .. -DCMAKE_INSTALL_PREFIX=$HOME ...
    18 KB (908 words) - 16:56, 19 July 2012
View ( | ) (20 | 50 | 100 | 250 | 500)