From f6f5687032bd6451e52c9ef221fb6a8a5b194389 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 4 Jun 2019 16:40:42 +0200 Subject: More porting of declarative modules Change-Id: Ibe6d87998af1209518af87117b79778136110786 Reviewed-by: Simon Hausmann --- src/qmldebug/CMakeLists.txt | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 src/qmldebug/CMakeLists.txt (limited to 'src/qmldebug') diff --git a/src/qmldebug/CMakeLists.txt b/src/qmldebug/CMakeLists.txt new file mode 100644 index 0000000000..60f44769f2 --- /dev/null +++ b/src/qmldebug/CMakeLists.txt @@ -0,0 +1,43 @@ +# Generated from qmldebug.pro. + +##################################################################### +## QmlDebug Module: +##################################################################### + +add_qt_module(QmlDebug + STATIC + SOURCES + qqmldebugclient.cpp qqmldebugclient_p.h + qqmldebugclient_p_p.h + qqmldebugconnection.cpp qqmldebugconnection_p.h + qqmldebugmessageclient.cpp qqmldebugmessageclient_p.h + qqmlenginecontrolclient.cpp qqmlenginecontrolclient_p.h + qqmlenginecontrolclient_p_p.h + qqmlenginedebugclient.cpp qqmlenginedebugclient_p.h + qqmlenginedebugclient_p_p.h + qqmlinspectorclient.cpp qqmlinspectorclient_p.h + qqmlinspectorclient_p_p.h + qqmlpreviewclient.cpp qqmlpreviewclient_p.h + qqmlpreviewclient_p_p.h + qqmlprofilerclient.cpp qqmlprofilerclient_p.h + qqmlprofilerclient_p_p.h + qqmlprofilerclientdefinitions_p.h + qqmlprofilerevent.cpp qqmlprofilerevent_p.h + qqmlprofilereventlocation.cpp qqmlprofilereventlocation_p.h + qqmlprofilereventreceiver_p.h + qqmlprofilereventtype.cpp qqmlprofilereventtype_p.h + qqmlprofilertypedevent.cpp qqmlprofilertypedevent_p.h + qv4debugclient.cpp qv4debugclient_p.h + qv4debugclient_p_p.h + LIBRARIES + Qt::CorePrivate + Qt::PacketProtocolPrivate + PUBLIC_LIBRARIES + Qt::Core + Qt::Network + Qt::PacketProtocol +) + +#### Keys ignored in scope 1:.:.:qmldebug.pro:: +# CONFIG = "static" "internal_module" +# _LOADED = "qt_module" -- cgit v1.2.3