aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ivivehiclefunctions
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/ivivehiclefunctions')
-rw-r--r--src/plugins/ivivehiclefunctions/ivivehiclefunctions.pro10
-rw-r--r--src/plugins/ivivehiclefunctions/vehiclefunctions_qtro/vehiclefunctions_qtro.pro16
-rw-r--r--src/plugins/ivivehiclefunctions/vehiclefunctions_simulator/vehiclefunctions_simulator.pro21
3 files changed, 0 insertions, 47 deletions
diff --git a/src/plugins/ivivehiclefunctions/ivivehiclefunctions.pro b/src/plugins/ivivehiclefunctions/ivivehiclefunctions.pro
deleted file mode 100644
index 6b14506..0000000
--- a/src/plugins/ivivehiclefunctions/ivivehiclefunctions.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-TEMPLATE = subdirs
-
-QT_FOR_CONFIG += ivivehiclefunctions-private
-
-qtConfig(vehiclefunctions_simulation_backend): SUBDIRS += vehiclefunctions_simulator
-qtConfig(vehiclefunctions_qtro_backend): SUBDIRS += vehiclefunctions_qtro
-
-OTHER_FILES += \
- $$PWD/doc/*.qdocconf \
- $$PWD/doc/src/*.qdoc
diff --git a/src/plugins/ivivehiclefunctions/vehiclefunctions_qtro/vehiclefunctions_qtro.pro b/src/plugins/ivivehiclefunctions/vehiclefunctions_qtro/vehiclefunctions_qtro.pro
deleted file mode 100644
index 016900c..0000000
--- a/src/plugins/ivivehiclefunctions/vehiclefunctions_qtro/vehiclefunctions_qtro.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-TARGET = vehiclefunction_qtro
-
-QT = core ivicore ivivehiclefunctions
-CONFIG += c++11 ivigenerator
-
-CMAKE_MODULE_TESTS = '-'
-
-QFACE_FORMAT = backend_qtro
-QFACE_MODULE_NAME = QtIviVehicleFunctions
-QFACE_SOURCES += ../../../ivivehiclefunctions/ivivehiclefunctions.qface
-
-PLUGIN_TYPE = qtivi
-PLUGIN_EXTENDS = ivivehiclefunctions
-PLUGIN_CLASS_NAME = QtIviVehicleFunctionsQtROPlugin
-
-load(qt_plugin)
diff --git a/src/plugins/ivivehiclefunctions/vehiclefunctions_simulator/vehiclefunctions_simulator.pro b/src/plugins/ivivehiclefunctions/vehiclefunctions_simulator/vehiclefunctions_simulator.pro
deleted file mode 100644
index 8751c91..0000000
--- a/src/plugins/ivivehiclefunctions/vehiclefunctions_simulator/vehiclefunctions_simulator.pro
+++ /dev/null
@@ -1,21 +0,0 @@
-TARGET = vehiclefunction_simulator
-
-QT = core ivicore ivivehiclefunctions
-CONFIG += c++11 ivigenerator
-
-CMAKE_MODULE_TESTS = '-'
-
-QFACE_FORMAT = backend_simulator
-QFACE_MODULE_NAME = QtIviVehicleFunctions
-QFACE_SOURCES += ../../../ivivehiclefunctions/ivivehiclefunctions.qface
-
-PLUGIN_TYPE = qtivi
-PLUGIN_EXTENDS = ivivehiclefunctions
-PLUGIN_CLASS_NAME = QtIviVehicleFunctionsSimulatorPlugin
-
-load(qt_plugin)
-
-RESOURCES += \
- qml.qrc
-
-QML_IMPORT_PATH = $$OUT_PWD/qml