forked from qt-creator/qt-creator
CMake build: Add Boot2Qt
Change-Id: Ie915c09e4e71fb3b1f19711a5cba32f8c4a6aa11 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -80,7 +80,7 @@ add_subdirectory(perfprofiler)
|
||||
add_subdirectory(qbsprojectmanager)
|
||||
|
||||
# Level 7:
|
||||
#add_subdirectory(boot2qt)
|
||||
add_subdirectory(boot2qt)
|
||||
add_subdirectory(qmldesigner)
|
||||
add_subdirectory(qnx)
|
||||
add_subdirectory(webassembly)
|
||||
|
31
src/plugins/boot2qt/CMakeLists.txt
Normal file
31
src/plugins/boot2qt/CMakeLists.txt
Normal file
@@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user