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.
40 lines
696 B
40 lines
696 B
# TDE Config File
|
|
[General]
|
|
Name=Empty QMake Template
|
|
|
|
Comment=Generate an empty QMake based application (crossplatform compatible) - Needs Qt
|
|
|
|
Category=C++/QMake project
|
|
|
|
Icon=qmakeempty.png
|
|
FileTemplates=h,CStyle,cpp,CStyle
|
|
Archive=qmakeempty.tar.gz
|
|
|
|
[FILE1]
|
|
Type=install
|
|
Source=%{src}/qmakeempty.kdevelop
|
|
Dest=%{dest}/%{APPNAMELC}.kdevelop
|
|
|
|
[FILE2]
|
|
Type=install
|
|
Source=%{src}/qmakeempty.pro
|
|
Dest=%{dest}/%{APPNAMELC}.pro
|
|
|
|
[MSG]
|
|
Type=message
|
|
Comment=A Qmake based application was created in %{dest}
|
|
|
|
[QMAKE]
|
|
Type=value
|
|
ValueType=TQString
|
|
Value=QMAKE
|
|
Comment=Absolute Path for QMake.
|
|
Default=
|
|
|
|
[DESIGNER]
|
|
Type=value
|
|
ValueType=TQString
|
|
Value=DESIGNER
|
|
Comment=Absolute Path for Designer.
|
|
Default=
|