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.
43 lines
742 B
43 lines
742 B
# TDE Config File
|
|
[General]
|
|
Name=QtRuby Hello World
|
|
|
|
Comment=This generates a simple QtRuby Hello World application
|
|
|
|
Category=Ruby/Qt
|
|
|
|
FileTemplates=rb,ShellStyle
|
|
ShowFilesAfterGeneration=%{dest}/%{APPNAMELC}.rb,%{dest}/README
|
|
Icon=qtruby.png
|
|
Archive=qtruby.tar.gz
|
|
|
|
[FILE1]
|
|
Type=install
|
|
EscapeXML=true
|
|
Source=%{src}/app.kdevelop
|
|
Dest=%{dest}/%{APPNAMELC}.kdevelop
|
|
|
|
[FILE2]
|
|
Type=install
|
|
Source=%{src}/app.rb
|
|
Dest=%{dest}/%{APPNAMELC}.rb
|
|
|
|
[FILE3]
|
|
Type=install
|
|
Source=%{src}/app-Makefile
|
|
Dest=%{dest}/Makefile
|
|
|
|
[FILE4]
|
|
Type=install
|
|
Source=%{src}/app.filelist
|
|
Dest=%{dest}/%{APPNAMELC}.kdevelop.filelist
|
|
|
|
[FILE5]
|
|
Type=install
|
|
Source=%{src}/README
|
|
Dest=%{dest}/README
|
|
|
|
[MSG]
|
|
Type=message
|
|
Comment=A simple QtRuby application was created in %{dest}
|