summaryrefslogtreecommitdiff
path: root/tests/manual/mapobjects_tester/mapobjects_tester.pro
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-07-25 17:00:01 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-07-26 17:13:28 +0200
commitfaea5c148820b94dc9becc1d69bb3a7f2072e926 (patch)
tree06e4c1f741610631bb78113ce49c0abf9df2dcb3 /tests/manual/mapobjects_tester/mapobjects_tester.pro
parent17576f25587fe13aa23c138f126c9dd641efd49d (diff)
downloadqtlocation-faea5c148820b94dc9becc1d69bb3a7f2072e926.tar.gz
Remove all qmake .pro files, except for examples
Task-number: QTBUG-96795 Pick-to: 6.2 Change-Id: Ia5e73baff832eda7807d0ee7a70a10aeb5d5e830 Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
Diffstat (limited to 'tests/manual/mapobjects_tester/mapobjects_tester.pro')
-rw-r--r--tests/manual/mapobjects_tester/mapobjects_tester.pro29
1 files changed, 0 insertions, 29 deletions
diff --git a/tests/manual/mapobjects_tester/mapobjects_tester.pro b/tests/manual/mapobjects_tester/mapobjects_tester.pro
deleted file mode 100644
index a517b750..00000000
--- a/tests/manual/mapobjects_tester/mapobjects_tester.pro
+++ /dev/null
@@ -1,29 +0,0 @@
-QT += quick
-CONFIG += c++11
-
-# The following define makes your compiler emit warnings if you use
-# any Qt feature that has been marked deprecated (the exact warnings
-# depend on your compiler). Refer to the documentation for the
-# deprecated API to know how to port your code away from it.
-DEFINES += QT_DEPRECATED_WARNINGS
-
-# You can also make your code fail to compile if it uses deprecated APIs.
-# In order to do so, uncomment the following line.
-# You can also select to disable deprecated APIs only up to a certain version of Qt.
-#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
-
-SOURCES += \
- main.cpp
-
-RESOURCES += qml.qrc
-
-# Additional import path used to resolve QML modules in Qt Creator's code model
-QML_IMPORT_PATH =
-
-# Additional import path used to resolve QML modules just for Qt Quick Designer
-QML_DESIGNER_IMPORT_PATH =
-
-# Default rules for deployment.
-qnx: target.path = /tmp/$${TARGET}/bin
-else: unix:!android: target.path = /opt/$${TARGET}/bin
-!isEmpty(target.path): INSTALLS += target