From 5db85796206666bea8c47ea1a0c1cdb2fa863ffc Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Tue, 9 Mar 2021 16:32:02 +0100 Subject: Add support for various output formats for QMakeProperty Add the ability to select a standard and json output formats of the Qt properties. This patch also improves the encapsulation of QMakeProperty. Change-Id: Ib1d232be1b430ed8456ce65cc98141282e4c3f7f Reviewed-by: Alexandru Croitor --- qmake/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'qmake/CMakeLists.txt') diff --git a/qmake/CMakeLists.txt b/qmake/CMakeLists.txt index 0a49c9db79..b89cf25f10 100644 --- a/qmake/CMakeLists.txt +++ b/qmake/CMakeLists.txt @@ -9,6 +9,7 @@ add_library(QtLibraryInfo OBJECT library/proitems.cpp library/proitems.h library/qmake_global.h property.cpp property.h + propertyprinter.cpp propertyprinter.h qmakelibraryinfo.cpp qmakelibraryinfo.h ) set_target_properties(QtLibraryInfo PROPERTIES -- cgit v1.2.3