Search results

View ( | ) (20 | 50 | 100 | 250 | 500)
  • * Josef: re-enable test apps using cmake TEST parameter ...
    4 KB (527 words) - 22:23, 17 September 2008
  • <syntaxhighlight lang="cmake"> Since we are now using the KIO library, we must tell CMake to link against it. We do this by passing <tt>${KDE4_KIO_LIBS}</tt> to the ...
    14 KB (1,959 words) - 08:27, 16 January 2016
  • ;[[Development/Tutorials/CMake|Introduction to CMake]] :''How to use the CMake build system used by KDE4.'' ...
    19 KB (2,658 words) - 11:01, 15 July 2012
  • @LIBEXEC_INSTALL_DIR@ will be resolved by cmake. So let's save this file as org.kde.foohelper.service.in, as it will be con We are done. The last glue we miss lies in CMake. Our special files should be handled like this: ...
    13 KB (1,991 words) - 12:43, 18 July 2012
  • :install the file using CMake install macro like this ...
    5 KB (745 words) - 13:22, 31 May 2019
  • |CMake support for KDevelop ...
    4 KB (600 words) - 22:46, 16 December 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. ...
    17 KB (2,543 words) - 17:40, 19 July 2019
  • cmake . ...
    6 KB (729 words) - 19:18, 11 October 2023
  • cmake . ...
    6 KB (840 words) - 15:32, 10 September 2019
  • ;[[Development/Tutorials/CMake|Introduction to CMake]] :''KDE4 பயன்படுத்தும் CMake build system தனை பயன்படுத்துவது எப்படி'' ...
    22 KB (2,669 words) - 12:06, 15 July 2012
  • <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
View ( | ) (20 | 50 | 100 | 250 | 500)