You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
433 B
12 lines
433 B
# KDE Config File
|
|
[General]
|
|
Name=Hello world program
|
|
Name[fr]=Un simple programme de test « Hello world »
|
|
Icon=qmakesimple.png
|
|
Category=C++/QMake project
|
|
Category[fr]=C++/QMake
|
|
Comment=Generates a simple Hello world program in C++ using QMake based project manager
|
|
Comment[fr]=Génère un simple programme de test du type « Hello world » en utilisant QMake.
|
|
FileTemplates=h,CStyle,cpp,CStyle
|
|
ShowFilesAfterGeneration=src/APPNAMELC.cpp
|