aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/vehiclefunctions/vehiclefunctions.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/vehiclefunctions/vehiclefunctions.pro')
-rw-r--r--src/imports/vehiclefunctions/vehiclefunctions.pro32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/imports/vehiclefunctions/vehiclefunctions.pro b/src/imports/vehiclefunctions/vehiclefunctions.pro
deleted file mode 100644
index 09c2426..0000000
--- a/src/imports/vehiclefunctions/vehiclefunctions.pro
+++ /dev/null
@@ -1,32 +0,0 @@
-QT = ivicore ivivehiclefunctions
-CONFIG += c++11
-
-QT_FOR_CONFIG += ivicore
-!qtConfig(ivigenerator): error("No ivigenerator available")
-
-QFACE_MODULE_NAME = QtIviVehicleFunctions
-QFACE_FORMAT = qmlplugin
-QFACE_SOURCES = ../../ivivehiclefunctions/ivivehiclefunctions.qface
-
-QML_IMPORT_VERSION = 1.0
-
-load(ivigenerator)
-
-CXX_MODULE = qml
-TARGETPATH = $$replace(URI, \\., /)
-
-load(qml_plugin)
-
-# Set the base to null to disable the check that the files are from the source folder
-# Because the naming has changed in the last couple of Qt versions, multiple variable
-# need to be fixed
-!equals(PWD, $$OUT_PWD) {
- qmldir.base =
- qmlfiles.base =
- qmldir.files -= $$_PRO_FILE_PWD_/qmldir
- qmlfiles.files -= $$_PRO_FILE_PWD_/qmldir
-}
-qmldir2build.files -= $$_PRO_FILE_PWD_/qmldir
-qmldir2build.files -= $$_PRO_FILE_PWD_/plugins.qmltypes
-qml2build.files -= $$_PRO_FILE_PWD_/qmldir
-qml2build.files -= $$_PRO_FILE_PWD_/plugins.qmltypes