cmake: printsupport depends on core, gui and widgets
Change-Id: Ifd1f8c23eca3daa788f814b450ad326f6415212f Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>bb10
parent
cf7426e8c9
commit
2bdb808929
|
|
@ -84,5 +84,7 @@ endif()
|
|||
if (QT_FEATURE_testlib)
|
||||
add_subdirectory(testlib)
|
||||
endif()
|
||||
add_subdirectory(printsupport)
|
||||
if(QT_FEATURE_core AND QT_FEATURE_gui AND QT_FEATURE_widgets)
|
||||
add_subdirectory(printsupport)
|
||||
endif()
|
||||
add_subdirectory(plugins)
|
||||
|
|
|
|||
Loading…
Reference in New Issue