summaryrefslogtreecommitdiff
path: root/src/src.pro
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2018-11-07 11:40:52 +0100
committerDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-11-08 08:22:57 +0000
commita8773c496d03bb50b29ff28f83685c592414c93c (patch)
tree5c08b435ca350a79618df5a80f08a8549af86e99 /src/src.pro
parent7b1f4935f4a0fdb2a4cf8141b698e0e602fe0150 (diff)
downloadqtapplicationmanager-a8773c496d03bb50b29ff28f83685c592414c93c.tar.gz
Get rid of the last remaining direct moc include in source files
Moving those private classes out to a _p.h is cleaner and matches the rest of the AM code base. It also helps with code-coverage tools that do not like to have #included source code in the build directory. Also renamed launchers/qml to tools/launcher-qml. This should have been done a long time ago and this also makes the code-coverage reports a bit easier to read (sort order wise). Change-Id: I70443a0998f1aa2958a7cb47b57824fd8dfae81f Reviewed-by: Daniel d'Andrada <daniel.dandrada@luxoft.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/src.pro b/src/src.pro
index 2089677d..416a7e0b 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -53,8 +53,8 @@ main_lib.depends = shared_main_lib manager_lib installer_lib window_lib monitor_
main_lib.depends += dbus_lib
}
-launchers_qml.subdir = launchers/qml
-launchers_qml.depends = launcher_lib plugin_interfaces
+tools_launcher_qml.subdir = tools/launcher-qml
+tools_launcher_qml.depends = launcher_lib plugin_interfaces
tools_appman.subdir = tools/appman
tools_appman.depends = main_lib
@@ -109,7 +109,7 @@ SUBDIRS = \
tools_dumpqmltypes \
multi-process:qtHaveModule(qml):qtHaveModule(dbus):SUBDIRS += \
- launchers_qml \
+ tools_launcher_qml \
}
!android:SUBDIRS += \