summaryrefslogtreecommitdiff
path: root/src/plugins/boot2qt
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-08-22 11:27:32 +0200
committerEike Ziller <eike.ziller@qt.io>2019-08-22 13:03:01 +0000
commit7d014f0dbf6d607022a42c8d446c1510fd0db345 (patch)
treec3aae1137430b5e8ab48a8aaa1f3a55c9d06b42e /src/plugins/boot2qt
parentac37c5c9502a8e137542ea399b4a002c3b3cf628 (diff)
downloadqt-creator-7d014f0dbf6d607022a42c8d446c1510fd0db345.tar.gz
CMake build: Add Boot2Qt
Change-Id: Ie915c09e4e71fb3b1f19711a5cba32f8c4a6aa11 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/boot2qt')
-rw-r--r--src/plugins/boot2qt/CMakeLists.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/plugins/boot2qt/CMakeLists.txt b/src/plugins/boot2qt/CMakeLists.txt
new file mode 100644
index 0000000000..c557459698
--- /dev/null
+++ b/src/plugins/boot2qt/CMakeLists.txt
@@ -0,0 +1,31 @@
+add_qtc_plugin(Boot2Qt
+ DEPENDS Qt5::Network QtcSsh
+ PLUGIN_DEPENDS Core Debugger ProjectExplorer QtSupport RemoteLinux
+ SOURCES
+ qdb.qrc
+ qdb_global.h
+ qdbconstants.h
+ qdbdeployconfigurationfactory.cpp qdbdeployconfigurationfactory.h
+ qdbdeploystepfactory.cpp qdbdeploystepfactory.h
+ qdbdevice.cpp qdbdevice.h
+ qdbdevicedebugsupport.cpp qdbdevicedebugsupport.h
+ qdbmakedefaultappservice.cpp qdbmakedefaultappservice.h
+ qdbmakedefaultappstep.cpp qdbmakedefaultappstep.h
+ qdbplugin.cpp qdbplugin.h
+ qdbqtversion.cpp qdbqtversion.h
+ qdbrunconfiguration.cpp qdbrunconfiguration.h
+ qdbstopapplicationservice.cpp qdbstopapplicationservice.h
+ qdbstopapplicationstep.cpp qdbstopapplicationstep.h
+ qdbutils.cpp qdbutils.h
+)
+
+extend_qtc_plugin(Boot2Qt
+ SOURCES_PREFIX device-detection
+ SOURCES
+ devicedetector.cpp devicedetector.h
+ hostmessages.cpp hostmessages.h
+ qdbdevicetracker.cpp qdbdevicetracker.h
+ qdbmessagetracker.cpp qdbmessagetracker.h
+ qdbwatcher.cpp qdbwatcher.h
+)
+