Search results

View ( | next 250) (20 | 50 | 100 | 250 | 500)
  • ...he build directory. Where the file will ultimately be placed is handled by CMake.'' ==CMake== ...
    19 KB (1,858 words) - 15:47, 14 July 2012
  • <syntaxhighlight lang="cmake"> set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake) ...
    18 KB (2,340 words) - 18:02, 18 April 2020
  • <syntaxhighlight lang="cmake"> set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake) ...
    11 KB (1,254 words) - 16:44, 24 August 2020
  • reading=[[Development/Tutorials/CMake|CMake]], [[Projects/PIM/Akonadi/Development_Tools|Akonadi Development Tools]] ...pement est correctement configuré en créant le répertoire build et grâce à CMake qui permet de générer des Makefiles ou des fichiers projet pour KDevelop. ...
    21 KB (2,772 words) - 16:07, 19 July 2012
  • <syntaxhighlight lang="cmake"> set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake) ...
    18 KB (2,375 words) - 16:44, 24 August 2020
  • cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ...
    5 KB (639 words) - 23:27, 11 September 2014
  • * Josef: re-enable test apps using cmake TEST parameter ...
    4 KB (520 words) - 22:23, 17 September 2008
  • ...zu werden, sehen wir uns jetzt an, wie man die notwendigen Schritte in das CMake Build-System Ihrer Applikation integriert. ...tely be incorporated into the build system for your application (we assume CMake, here), there is no striking reason for the first step to be handled by the ...
    18 KB (2,833 words) - 20:14, 11 October 2023
  • <syntaxhighlight lang="cmake"> set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake) ...
    18 KB (2,379 words) - 23:10, 23 September 2022
  • cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` . && make -j8 && make install ...
    5 KB (652 words) - 23:27, 11 September 2014
  • * 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
  • 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
  • Da wir nun die KIO Bibliothek verwenden, müssen wir CMake mitteilen es einzubinden. Wir machen das indem wir <tt>${KDE4_KIO_LIBS}</tt cmake .. -DCMAKE_INSTALL_PREFIX=$HOME ...
    15 KB (1,911 words) - 15:44, 14 July 2012
  • * cmake cmake-options -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS=-stdlib=libc++ -DCMAKE_D ...
    27 KB (3,542 words) - 20:45, 5 January 2015
  • ...soprano.sourceforge.net/apidox/trunk/soprano_howto.html#cmake_magic simple CMake macro]. ...
    7 KB (1,024 words) - 10:30, 14 December 2012
  • cmake .. -DCMAKE_INSTALL_PREFIX=$HOME ...
    8 KB (793 words) - 15:50, 14 July 2012
  • * Empregar opcións de CMake e variables de ambiente personalizadas (para non ter que estalas lembrando ...tar manualmente. En vez de ter que engadir as opcións correctas das ordes «cmake» e «configure», pode configurar ditas opcións unha primeira vez e esquecers ...
    16 KB (2,632 words) - 20:47, 11 October 2023
  • We are using cmake to build our small sample project. The CMakeLists.txt file looks like; <syntaxhighlight lang="cmake"> ...
    8 KB (1,054 words) - 08:11, 31 May 2019
  • ...page. Installation is usually automated through the build system, such as CMake in KDE4. ...
    7 KB (1,107 words) - 15:32, 17 December 2014
  • ;[[Development/Tutorials/CMake|Uvod v CMake]] :''Uporaba sistema za izgradnjo programov CMake.'' ...
    23 KB (3,128 words) - 13:16, 18 July 2012
  • چون حالا از کتاب‌خانه‌ی KIO استفاده می‌کنیم، باید به CMake بگوییم آن را هم با برنامه‌مان لینک کند. این کار را با رد کردن <tt>${KDE4_KI cmake .. -DCMAKE_INSTALL_PREFIX=$HOME ...
    19 KB (1,000 words) - 15:46, 15 July 2012
  • ==Tutorial 6: Integrating with CMake== ...use of CMake. If not, you should review the [[Development/Tutorials/CMake|CMake Tutorial]] first. ...
    54 KB (7,923 words) - 16:54, 19 July 2012
  • ;[[Development/Tutorials/CMake_(fi)|CMake-johdatus]] :''Tämä opas kertoo, kuinka CMake-rakentamisj&auml;rjestelm&auml;&auml; käytetään.'' ...
    17 KB (2,228 words) - 14:34, 14 July 2012
  • To use Nepomuk in your application simply make cmake search for it using the Nepomuk macro that comes with kdelibs: ...
    7 KB (1,180 words) - 10:47, 15 July 2012
  • ;[[Development/Tutorials/CMake|Introduzione a CMake]] :''Come usare il sistema di build CMake usato da KDE 4.'' ...
    21 KB (2,999 words) - 12:01, 15 July 2012
  • [[Special:myLanguage/Development/Tutorials/CMake|CMake チュートリアル]]を参照してください。 ...ibraries might have been compiled with the -DLIB_SUFFIX=64 option given to cmake. If your application wasn't compiled with that option, it'll get its module ...
    25 KB (2,773 words) - 17:40, 19 July 2019
  • cd kdesdk && svn up cmake doc lokalize ...
    6 KB (947 words) - 23:02, 19 March 2011
  • <syntaxhighlight lang="cmake"> mkdir build && cd build && cmake .. && make -j4 && make install ...
    9 KB (1,200 words) - 21:12, 12 August 2021
  • This can be used from within CMake (example based on ''kdepimlibs/akonadi/tests''): <syntaxhighlight lang="cmake"> ...
    8 KB (1,198 words) - 02:24, 4 April 2021
  • * Compile marble with the cmake option <b>-DPEDANTIC=ON</b>. Fix all errors that come up until Marble compi ...
    7 KB (1,223 words) - 21:01, 10 March 2016
  • * the CMake macro is named <tt>kdevplatform_add_file_templates</tt> instead of <tt>kdev ...
    10 KB (1,419 words) - 12:33, 31 May 2019
  • This CMakeLists.txt file is used to build our small example using cmake. <syntaxhighlight lang="cmake"> ...
    9 KB (1,240 words) - 08:09, 31 May 2019
  • cmake . && make && make install ...
    10 KB (1,366 words) - 09:44, 31 May 2019
  • In cmake the creation of a library goes like this; ...
    9 KB (1,523 words) - 08:37, 31 May 2019
  • And install it as follows (cmake syntax): <syntaxhighlight lang="cmake"> ...
    10 KB (1,315 words) - 05:09, 15 September 2020
  • ...e / modules</tt>, o caminho de base deve ser <tt>/ trunk / KDE / kdelibs / cmake / modules</tt>. Se você ainda não conhece o caminho correto de base, pergun ...
    15 KB (2,671 words) - 16:30, 19 July 2012
  • ;[[Development/Tutorials/CMake|Introducción a CMake]] :''Como usar el sistema de construcción CMake usado por KDE4.'' ...
    25 KB (3,642 words) - 09:42, 14 July 2012
  • Please follow this [[Special:myLanguage/Development/Tutorials/CMake|CMake tutorial]]. ...ibraries might have been compiled with the -DLIB_SUFFIX=64 option given to cmake. If your application wasn't compiled with that option, it'll get its module ...
    21 KB (3,675 words) - 17:40, 19 July 2019
  • <syntaxhighlight lang="cmake"> cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ...
    11 KB (1,427 words) - 23:27, 11 September 2014
  • ...evelopment/Tutorials/D-Bus/Accessing Interfaces/PkgConfigGetVar.cmake|this cmake module]] zu seinemm Projekt hinzufügen.}} ...
    16 KB (2,221 words) - 20:17, 11 October 2023
  • ...ing of this is pretty straightforward if you have previous experience with CMake (and this is what I assume). Make sure you compile everything as a plugin, ...
    10 KB (1,447 words) - 14:25, 31 May 2019
  • This code calls the CMake macro nepomuk_add_ontology_classes, which essentially creates C++ classes f ...
    10 KB (1,546 words) - 16:44, 19 July 2012
  • ;[[Development/Tutorials/CMake (ko)|CMake 소개]] :KDE 4에서 사용하는 CMake 빌드 시스템을 사용하는 방법입니다. ...
    22 KB (1,379 words) - 15:45, 14 July 2012
  • *Если Вы используете KDE 4, то на стадии cmake следует использовать параметр <tt>-DCMAKE_BUILD_TYPE=debugfull</tt>. Если В ...
    12 KB (394 words) - 13:13, 18 July 2012
  • Please follow this [[Special:myLanguage/Development/Tutorials/CMake|CMake tutorial]]. ...ibraries might have been compiled with the -DLIB_SUFFIX=64 option given to cmake. If your application wasn't compiled with that option, it'll get its module ...
    23 KB (3,887 words) - 10:35, 16 May 2019
  • ...tt>, el prefijo de instalación, etc. y luego ejecuta el equivalente de <tt>cmake && make && make install</tt>. También ejecuta rpath para configurar el ejec ...
    9 KB (1,296 words) - 14:12, 18 July 2012
  • ...ation wird in der Regel durch das Build-System automatisiert, zum Beispiel CMake in KDE4. ...
    8 KB (1,164 words) - 20:13, 11 October 2023
  • ...RY_PATH, le préfixe d'installation, etc... Ensuite exécute l'équivalent de cmake && make && makeinstal. Il exécute également le rpath pour configurer le do ...
    8 KB (1,226 words) - 13:06, 18 July 2012
  • :''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 cmake .. -DCMAKE_INSTALL_PREFIX=$HOME ...
    22 KB (2,147 words) - 15:50, 14 July 2012
  • ...KDE 3. KDE 4 uses a different build system, [[Development/Tutorials/CMake|CMake]]. ...
    25 KB (3,944 words) - 20:52, 29 June 2011
  • # ''CMake modules'' must be licenced under the BSD licence listed below ...
    14 KB (2,290 words) - 13:16, 21 August 2014
  • cd kdesdk && svn up cmake doc lokalize ...
    8 KB (1,239 words) - 15:51, 15 July 2012
  • ...en LD_LIBRARY_PATH, asennusetuliite jne, sitten se suorittaa vastaavan <tt>cmake && make && make install</tt>. Se my&ouml;s suorittaa rpath konfiguroidaksee ...
    10 KB (1,328 words) - 13:26, 18 July 2012
  • ...or, siga esse [[Special:myLanguage/Development/Tutorials/CMake|tutorial do CMake ]]. ...ibraries might have been compiled with the -DLIB_SUFFIX=64 option given to cmake. If your application wasn't compiled with that option, it'll get its module ...
    22 KB (3,816 words) - 17:40, 19 July 2019
  • CMake makes it very easy to set up the build system for our plugin: ...lines are pure boilerplate common to any stand-alone KDE project that uses CMake. We add our source code to the project on line 13, define a plugin at 16 an ...
    28 KB (4,407 words) - 23:27, 11 September 2014
  • ...ized, we next look at how to incorporate the necessary mechanisms into the CMake build system of your application. ...[#What's happening behind the scenes]] for a list) of .desktop or .desktop.cmake files translated. ...
    13 KB (2,055 words) - 15:49, 18 January 2022
  • * cmake 2.6 or greater ...
    13 KB (1,874 words) - 20:25, 11 October 2023
  • cmake .. -DCMAKE_INSTALL_PREFIX=$HOME ...
    14 KB (1,737 words) - 09:45, 15 July 2012
  • [16:21] <darktears_home> but not to fix cmake on S60 ...
    15 KB (2,295 words) - 15:16, 13 April 2010
  • <syntaxhighlight lang="cmake"> # Extra CMake Modules (ECM) component KDEInstallDirs ...
    20 KB (2,881 words) - 20:45, 11 November 2020
  • {{note|The references to Makefile.am's needs to be ported to CMake.}} ...
    16 KB (2,578 words) - 12:49, 13 July 2012
  • * Wenn KDE 4 benutzt wird, muss im cmake-Schritt der Parameter <tt>-DCMAKE_BUILD_TYPE=debugfull</tt> angegeben werde ...
    15 KB (2,116 words) - 12:24, 15 July 2012
  • * This updates cmake from the CBE base because there are some Solaris/Studio 12 fixes there in t ...
    16 KB (2,503 words) - 20:44, 28 July 2015
  • * cmake 2.6 or greater ...
    21 KB (2,997 words) - 14:15, 31 May 2019
  • * Si está usando KDE4, entonces en la etapa cmake, debe añadir el parámetro <tt>-DCMAKE_BUILD_TYPE=debugfull</tt>. Si quiere ...
    16 KB (2,655 words) - 08:31, 20 November 2008
  • * Si vous utilisez KDE 4, à l'étape cmake, vous devrez donner le paramètre <tt>-DCMAKE_BUILD_TYPE=debugfull</tt>. Si ...
    16 KB (2,521 words) - 13:22, 18 July 2012
  • * Nel caso di KDE 4, al passo di cmake, è necessario passare il parametro <tt>-DCMAKE_BUILD_TYPE=debugfull</tt>. S ...
    17 KB (2,493 words) - 12:27, 18 July 2012
  • ...instantiating interfaces at run time and setting up the build system with CMake. ...
    26 KB (3,214 words) - 17:08, 7 September 2020
  • ...instantiating interfaces at run time and setting up the build system with CMake. ...
    25 KB (3,457 words) - 17:08, 7 September 2020
  • ...instantiating interfaces at run time and setting up the build system with CMake. ...
    26 KB (3,541 words) - 17:08, 7 September 2020
  • ...instantiating interfaces at run time and setting up the build system with CMake. ...
    26 KB (3,365 words) - 17:08, 7 September 2020
  • ...instantiating interfaces at run time and setting up the build system with CMake.</translate> ...
    31 KB (4,058 words) - 21:50, 18 July 2023
  • ...instantiating interfaces at run time and setting up the build system with CMake. ...
    26 KB (3,564 words) - 17:08, 7 September 2020
  • ...instantiating interfaces at run time and setting up the build system with CMake. ...
    27 KB (3,620 words) - 17:08, 7 September 2020
  • *Cmake based build system is working and initial folder structures are created and ...
    24 KB (4,168 words) - 20:57, 29 June 2011
  • ...nterfaces em tempo de execução e configuração do sistema de compilação com CMake. ...
    27 KB (3,953 words) - 17:08, 7 September 2020
  • ...tion des interfaces au moment de l'exécution et la création du build avec CMake. ...
    29 KB (4,141 words) - 17:28, 7 September 2020
View ( | next 250) (20 | 50 | 100 | 250 | 500)