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.
71 lines
1.2 KiB
71 lines
1.2 KiB
# TDE Config File
|
|
[General]
|
|
Name=Qtopia Application
|
|
|
|
Comment=Generate a TMake/Qt based application for Qtopia 1.x
|
|
|
|
Category=C++/Embedded
|
|
|
|
Icon=qmakeapp.png
|
|
FileTemplates=h,CStyle,cpp,CStyle
|
|
ShowFilesAfterGeneration=%{dest}/%{APPNAMELC}.cpp
|
|
Archive=qtopiaapp.tar.gz
|
|
|
|
[FILE1]
|
|
Type=install
|
|
EscapeXML=true
|
|
Source=%{src}/app.kdevelop
|
|
Dest=%{dest}/%{APPNAMELC}.kdevelop
|
|
|
|
[FILE2]
|
|
Type=install
|
|
Source=%{src}/Example.png
|
|
Dest=%{dest}/%{APPNAME}.png
|
|
Process=false
|
|
|
|
[FILE3]
|
|
Type=install
|
|
Source=%{src}/app.pro
|
|
Dest=%{dest}/%{APPNAMELC}.pro
|
|
|
|
[FILE4]
|
|
Type=install
|
|
Source=%{src}/example.cpp
|
|
Dest=%{dest}/%{APPNAMELC}.cpp
|
|
|
|
[FILE5]
|
|
Type=install
|
|
Source=%{src}/example.h
|
|
Dest=%{dest}/%{APPNAMELC}.h
|
|
|
|
[FILE6]
|
|
Type=install
|
|
EscapeXML=true
|
|
Source=%{src}/examplebase.ui
|
|
Dest=%{dest}/%{APPNAMELC}base.ui
|
|
|
|
[FILE7]
|
|
Type=install
|
|
Source=%{src}/example.control
|
|
Dest=%{dest}/%{APPNAMELC}.control
|
|
|
|
[FILE8]
|
|
Type=install
|
|
Source=%{src}/example.desktop
|
|
Dest=%{dest}/%{APPNAMELC}.desktop
|
|
|
|
[FILE9]
|
|
Type=install
|
|
EscapeXML=true
|
|
Source=%{src}/example.html
|
|
Dest=%{dest}/%{APPNAMELC}.html
|
|
|
|
[FILE10]
|
|
Type=install
|
|
Source=%{src}/main.cpp
|
|
Dest=%{dest}/main.cpp
|
|
|
|
[MSG]
|
|
Type=message
|
|
Comment=A Qtopia application was created in %{dest}
|