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.
60 lines
1022 B
60 lines
1022 B
# TDE Config File
|
|
[General]
|
|
Name=Basic Qt4 Application
|
|
|
|
Comment=Generate a very simple QMake/Qt4 based application (crossplatform compatible) - Needs Qt4
|
|
|
|
Category=C++/QMake project
|
|
|
|
Icon=qt4hello.png
|
|
FileTemplates=h,CStyle,cpp,CStyle
|
|
ShowFilesAfterGeneration=%{dest}/src/main.cpp,%{dest}/src/ReadMe
|
|
Archive=qt4hello.tar.gz
|
|
|
|
[FILE1]
|
|
Type=install
|
|
Source=%{src}/qt4hello.kdevelop
|
|
Dest=%{dest}/%{APPNAMELC}.kdevelop
|
|
|
|
[FILE2]
|
|
Type=install
|
|
Source=%{src}/qt4hello.pro
|
|
Dest=%{dest}/%{APPNAMELC}.pro
|
|
|
|
[MkDir1]
|
|
Type=mkdir
|
|
Dir=%{dest}/src
|
|
|
|
[FILE3]
|
|
Type=install
|
|
Source=%{src}/src.pro
|
|
Dest=%{dest}/src/src.pro
|
|
|
|
[FILE4]
|
|
Type=install
|
|
Source=%{src}/main.cpp
|
|
Dest=%{dest}/src/main.cpp
|
|
|
|
[FILE5]
|
|
Type=install
|
|
Source=%{src}/ReadMe
|
|
Dest=%{dest}/src/ReadMe
|
|
|
|
[MSG]
|
|
Type=message
|
|
Comment=A Qt4/Qmake based application was created in %{dest}
|
|
|
|
[QMAKE]
|
|
Type=value
|
|
ValueType=QString
|
|
Value=QMAKE
|
|
Comment=Absolute Path for QMake (Qt4).
|
|
Default=
|
|
|
|
[DESIGNER]
|
|
Type=value
|
|
ValueType=QString
|
|
Value=DESIGNER
|
|
Comment=Absolute Path for Designer (Qt4).
|
|
Default=
|