diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-13 21:45:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-14 09:58:29 +0900 |
commit | 60598ea23e9fec7b4320985aad848c5ffee033c2 (patch) | |
tree | 169801c444ffe73c517d5b1cdc62a39efb8c7392 /languages/cpp/app_templates/qt4hello/qt4hello.kdevtemplate | |
parent | b8cc513c5e875739c6790da651f6a3f47ed8f657 (diff) | |
download | tdevelop-60598ea23e9fec7b4320985aad848c5ffee033c2.tar.gz tdevelop-60598ea23e9fec7b4320985aad848c5ffee033c2.zip |
Removed Qt4 specific code and template files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'languages/cpp/app_templates/qt4hello/qt4hello.kdevtemplate')
-rw-r--r-- | languages/cpp/app_templates/qt4hello/qt4hello.kdevtemplate | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/languages/cpp/app_templates/qt4hello/qt4hello.kdevtemplate b/languages/cpp/app_templates/qt4hello/qt4hello.kdevtemplate deleted file mode 100644 index eb76b3fd..00000000 --- a/languages/cpp/app_templates/qt4hello/qt4hello.kdevtemplate +++ /dev/null @@ -1,59 +0,0 @@ -# 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= |