aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/boot2qt/CMakeLists.txt
blob: d11cd580f9e4c2866cc94c699073b2cd83e9b564 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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
    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
)