forked from qt-creator/qt-creator
CMake: Use Qt5::DesignerComponents
QTBUG-75867 about missing Qt5::DesignerComponents support has been fixed, so use that over our own hand-rolled version. Change-Id: I6d8bb7f7d5359050f20a095adb4a074f143e8d49 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Eike Ziller
parent
0e8f62d5f8
commit
2eb9e12b5d
@@ -1,6 +1,3 @@
|
||||
# Qt5::DesignerComponents doesn't have a target, so we need to define our own:-/
|
||||
find_package(DesignerComponents)
|
||||
|
||||
if (WITH_TESTS)
|
||||
set(TST_COMPONENT CppEditor)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user