cmake: enable tst_qpixmapcache
To verify -DFEATURE_developer_build=ON and QT_FEATURE_private_tests work as we expected. Change-Id: Id428dc0da4ee441b3a1a7f433c5bc2ef066dae9e Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>bb10
parent
d289a47c7d
commit
7df0868ad5
|
|
@ -4,7 +4,7 @@ endif()
|
|||
# add_subdirectory("qicoimageformat")
|
||||
# add_subdirectory("qpixmap")
|
||||
if (QT_FEATURE_private_tests)
|
||||
# add_subdirectory("qpixmapcache")
|
||||
add_subdirectory("qpixmapcache")
|
||||
endif()
|
||||
# add_subdirectory("qimage")
|
||||
add_subdirectory("qimageiohandler")
|
||||
|
|
|
|||
|
|
@ -0,0 +1,15 @@
|
|||
# Generated from qpixmapcache.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qpixmapcache Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qpixmapcache
|
||||
GUI
|
||||
SOURCES
|
||||
tst_qpixmapcache.cpp
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
Loading…
Reference in New Issue