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.
72 lines
1.2 KiB
72 lines
1.2 KiB
# TDE Config File
|
|
[General]
|
|
Name=Opie Today Plugin
|
|
|
|
Comment=Generate an Opie today plugin.
|
|
|
|
Category=C++/Embedded
|
|
|
|
Icon=qmakeapp.png
|
|
FileTemplates=h,CStyle,cpp,CStyle
|
|
ShowFilesAfterGeneration=%{dest}/%{APPNAMELC}.cpp
|
|
Archive=opietoday.tar.gz
|
|
|
|
[FILE1]
|
|
Type=install
|
|
EscapeXML=true
|
|
Source=%{src}/app.kdevelop
|
|
Dest=%{dest}/%{APPNAMELC}.kdevelop
|
|
|
|
[MkDir0]
|
|
Type=mkdir
|
|
Dir=%{dest}/pics
|
|
|
|
[MkDir1]
|
|
Type=mkdir
|
|
Dir=%{dest}/pics/%{APPNAMELC}
|
|
|
|
[FILE2]
|
|
Type=install
|
|
Source=%{src}/Example.png
|
|
Dest=%{dest}/pics/%{APPNAMELC}/%{APPNAMELC}.png
|
|
Process=false
|
|
|
|
[FILE3]
|
|
Type=install
|
|
Source=%{src}/app.pro
|
|
Dest=%{dest}/%{APPNAMELC}.pro
|
|
|
|
[FILE4]
|
|
Type=install
|
|
Source=%{src}/exampleplugin.cpp
|
|
Dest=%{dest}/%{APPNAMELC}.cpp
|
|
|
|
[FILE5]
|
|
Type=install
|
|
Source=%{src}/examplepluginwidget.cpp
|
|
Dest=%{dest}/%{APPNAMELC}widget.cpp
|
|
|
|
[FILE6]
|
|
Type=install
|
|
Source=%{src}/examplepluginimpl.cpp
|
|
Dest=%{dest}/%{APPNAMELC}impl.cpp
|
|
|
|
[FILE7]
|
|
Type=install
|
|
Source=%{src}/exampleplugin.h
|
|
Dest=%{dest}/%{APPNAMELC}.h
|
|
|
|
[FILE8]
|
|
Type=install
|
|
Source=%{src}/examplepluginwidget.h
|
|
Dest=%{dest}/%{APPNAMELC}widget.h
|
|
|
|
[FILE9]
|
|
Type=install
|
|
Source=%{src}/examplepluginimpl.h
|
|
Dest=%{dest}/%{APPNAMELC}impl.h
|
|
|
|
[MSG]
|
|
Type=message
|
|
Comment=An opie today plugin was created in %{dest}
|