Jump to content

Translations:Development/Tutorials/First program/26/fr: Difference between revisions

From KDE TechBase
ChristianW (talk | contribs)
Created page with "Ensuite nous créons une variable appelée <tt>tutorial1_SRCS</tt> en utilisant la fonction <tt>set()</tt> . Dans ce cas nous l'initialisons simplement avec le nom de notre un..."
 
(No difference)

Latest revision as of 13:26, 21 March 2018

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 (Development/Tutorials/First program)
Next we create a variable called <tt>tutorial1_SRCS</tt> using the <tt>set()</tt> function. In this case we simply set it to the name of our only source file.

Ensuite nous créons une variable appelée tutorial1_SRCS en utilisant la fonction set() . Dans ce cas nous l'initialisons simplement avec le nom de notre unique fichier source.