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.
105 lines
1.7 KiB
105 lines
1.7 KiB
# TDE Config File
|
|
[General]
|
|
Name=Qt4 Application
|
|
|
|
Comment=Generate a QMake/Qt4 based application (crossplatform compatible) - Needs Qt4
|
|
|
|
Category=C++/QMake project
|
|
|
|
Icon=qt4makeapp.png
|
|
FileTemplates=h,CStyle,cpp,CStyle
|
|
ShowFilesAfterGeneration=%{dest}/src/%{APPNAMELC}.cpp,%{dest}/src/ReadMe
|
|
Archive=qt4makeapp.tar.gz
|
|
|
|
[FILE1]
|
|
Type=install
|
|
Source=%{src}/qt4makeapp.kdevelop
|
|
Dest=%{dest}/%{APPNAMELC}.kdevelop
|
|
|
|
[FILE2]
|
|
Type=install
|
|
Source=%{src}/qt4makeapp.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}/qt4makeapp.cpp
|
|
Dest=%{dest}/src/%{APPNAMELC}.cpp
|
|
|
|
[FILE6]
|
|
Type=install
|
|
Source=%{src}/qt4makeapp.h
|
|
Dest=%{dest}/src/%{APPNAMELC}.h
|
|
|
|
[FILE7]
|
|
Type=install
|
|
Source=%{src}/fileopen.xpm
|
|
Dest=%{dest}/src/fileopen.xpm
|
|
|
|
[FILE8]
|
|
Type=install
|
|
Source=%{src}/filesave.xpm
|
|
Dest=%{dest}/src/filesave.xpm
|
|
|
|
[FILE9]
|
|
Type=install
|
|
Source=%{src}/filenew.xpm
|
|
Dest=%{dest}/src/filenew.xpm
|
|
|
|
[FILE10]
|
|
Type=install
|
|
Source=%{src}/editcopy.xpm
|
|
Dest=%{dest}/src/editcopy.xpm
|
|
|
|
[FILE11]
|
|
Type=install
|
|
Source=%{src}/editpaste.xpm
|
|
Dest=%{dest}/src/editpaste.xpm
|
|
|
|
[FILE12]
|
|
Type=install
|
|
Source=%{src}/editcut.xpm
|
|
Dest=%{dest}/src/editcut.xpm
|
|
|
|
[FILE13]
|
|
Type=install
|
|
Source=%{src}/application.qrc
|
|
Dest=%{dest}/src/application.qrc
|
|
|
|
[FILE14]
|
|
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=
|