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 10:21:01 +0900 |
commit | 5c50dcac16345515a81f7de5766fa240eaa99d31 (patch) | |
tree | f90ca08ef922a837ef270d3654a00a879487ff76 /languages/cpp/app_templates/qtopia4app/app.pro | |
parent | 14334c54280493270f175de52c28170cf14f50a3 (diff) | |
download | tdevelop-5c50dcac16345515a81f7de5766fa240eaa99d31.tar.gz tdevelop-5c50dcac16345515a81f7de5766fa240eaa99d31.zip |
Removed Qt4 specific code and template files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 60598ea23e9fec7b4320985aad848c5ffee033c2)
Diffstat (limited to 'languages/cpp/app_templates/qtopia4app/app.pro')
-rw-r--r-- | languages/cpp/app_templates/qtopia4app/app.pro | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/languages/cpp/app_templates/qtopia4app/app.pro b/languages/cpp/app_templates/qtopia4app/app.pro deleted file mode 100644 index 05a0bb9c..00000000 --- a/languages/cpp/app_templates/qtopia4app/app.pro +++ /dev/null @@ -1,31 +0,0 @@ -qtopia_project(qtopia app) # see buildsystem.html for more project keywords -TARGET=%{APPNAMELC} -CONFIG+=qtopia_main -CONFIG+=no_singleexec -CONFIG+=no_quicklaunch -CONFIG+=no_tr - -FORMS=%{APPNAMELC}base.ui -HEADERS=%{APPNAMELC}.h -SOURCES=main.cpp %{APPNAMELC}.cpp - -desktop.files=%{APPNAMELC}.desktop -desktop.path=/apps/Applications -desktop.hint=desktop - -pics.files=pics/* -pics.path=/pics/%{APPNAMELC} -pics.hint=pics - -help.source=help -help.files=%{APPNAME}.html -help.hint=help - -INSTALLS+=desktop pics help - -pkg.name=%{APPNAME} -pkg.desc=%{APPNAME} Application -pkg.version=1.0.0-1 -pkg.maintainer=%{AUTHOR} %{EMAIL} -pkg.license=GPL -pkg.domain=window |