summaryrefslogtreecommitdiffstats
path: root/qtauto-deployment-server.pro
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2022-07-29 23:18:37 +0200
committerRobert Griebl <robert.griebl@qt.io>2023-08-04 12:59:01 +0000
commitb3665620377a06f7b7a012e2ae7b69d222fae435 (patch)
tree8a012e3ffd952197401f79a396e55e3850fee5ce /qtauto-deployment-server.pro
parent7259d1a839a698e68bc4a7020a63d2aca79a5ec6 (diff)
Port to python 3 and django 4.0.6HEADdev
PLEASE NOTE: This project is not maintained anymore. It was ported to a Qt 6 cmake setup and a more modern Django and Python version to at least keep it usable for legacy projects. For non-production use-cases, please switch to the new appman-package-server available in the Qt Application Manager starting with version 6.7. Task-number: AUTOSUITE-1368 Change-Id: Idc4f2490a2a4399c03fce761250f4b5ac2612a45 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'qtauto-deployment-server.pro')
-rw-r--r--qtauto-deployment-server.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/qtauto-deployment-server.pro b/qtauto-deployment-server.pro
deleted file mode 100644
index f7f9002..0000000
--- a/qtauto-deployment-server.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-TEMPLATE = aux
-
-build_online_docs: {
- QMAKE_DOCS = $$PWD/doc/online/qtautodeploymentserver.qdocconf
-} else {
- QMAKE_DOCS = $$PWD/doc/qtautodeploymentserver.qdocconf
-}
-
-OTHER_FILES += \
- $$PWD/doc/*.qdocconf \
- $$PWD/doc/src/*.qdoc
-
-load(qt_docs)