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.
62 lines
1.0 KiB
62 lines
1.0 KiB
# TDE Config File
|
|
[General]
|
|
Name=Opie Networksettings
|
|
|
|
Comment=Generate an Opie network config plugin.
|
|
|
|
Category=C++/Embedded
|
|
|
|
Icon=qmakeapp.png
|
|
FileTemplates=h,CStyle,cpp,CStyle
|
|
ShowFilesAfterGeneration=%{dest}/%{APPNAMELC}.cpp
|
|
Archive=opienet.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}/simplemodule.cpp
|
|
Dest=%{dest}/%{APPNAMELC}module.cpp
|
|
|
|
[FILE5]
|
|
Type=install
|
|
Source=%{src}/simpleiface.cpp
|
|
Dest=%{dest}/%{APPNAMELC}iface.cpp
|
|
|
|
[FILE6]
|
|
Type=install
|
|
Source=%{src}/simplemodule.h
|
|
Dest=%{dest}/%{APPNAMELC}module.h
|
|
|
|
[FILE7]
|
|
Type=install
|
|
Source=%{src}/simpleiface.h
|
|
Dest=%{dest}/%{APPNAMELC}iface.h
|
|
|
|
[MSG]
|
|
Type=message
|
|
Comment=An opie network settings plugin was created in %{dest}
|