Jump to content

Translations:KDevelop5/Manual/Code generation with templates/65/da: Difference between revisions

From KDE UserBase Wiki
Claus chr (talk | contribs)
Created page with "* src folder:<syntaxhighlight lang="CMake" line>set(HEADER_LIST "bus.h") add_executable(bus main.cpp bus.cpp)"
 
(No difference)

Latest revision as of 11:00, 7 April 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (KDevelop5/Manual/Code generation with templates)
* src folder:<syntaxhighlight lang="CMake" line>set(HEADER_LIST "bus.h")
add_executable(bus main.cpp bus.cpp)
  • src folder:<syntaxhighlight lang="CMake" line>set(HEADER_LIST "bus.h")

add_executable(bus main.cpp bus.cpp)