Regenerate projects one last time before merge
Change-Id: Ia24cf56b79ca6dacd370a7e397024e9b663e0167 Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
36089f5e77
commit
0d177053b9
@ -18,14 +18,11 @@ add_qt_gui_executable(hellowindow
|
||||
hellowindow.cpp hellowindow.h
|
||||
main.cpp
|
||||
)
|
||||
target_link_libraries(hellowindow PRIVATE
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
target_link_libraries(hellowindow PUBLIC
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
install(TARGETS hellowindow
|
||||
|
@ -18,14 +18,11 @@ add_executable(windows
|
||||
main.cpp
|
||||
window.cpp window.h
|
||||
)
|
||||
target_link_libraries(windows PRIVATE
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
target_link_libraries(windows PUBLIC
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
install(TARGETS windows
|
||||
|
@ -7,6 +7,6 @@
|
||||
add_qt_test(tst_qpauseanimation
|
||||
SOURCES
|
||||
tst_qpauseanimation.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
@ -10,6 +10,6 @@ add_qt_test(tst_qglobalstatic
|
||||
tst_qglobalstatic.cpp
|
||||
DEFINES
|
||||
SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/\\\"
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
@ -7,6 +7,6 @@
|
||||
add_qt_test(tst_qhooks
|
||||
SOURCES
|
||||
tst_qhooks.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
@ -7,7 +7,7 @@
|
||||
add_qt_test(tst_qnumeric
|
||||
SOURCES
|
||||
tst_qnumeric.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
||||
|
@ -7,6 +7,6 @@
|
||||
add_qt_test(tst_qrandomgenerator
|
||||
SOURCES
|
||||
tst_qrandomgenerator.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
@ -7,6 +7,6 @@
|
||||
add_qt_test(tst_qtendian
|
||||
SOURCES
|
||||
tst_qtendian.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
@ -7,7 +7,7 @@
|
||||
add_qt_test(tst_qabstractfileengine
|
||||
SOURCES
|
||||
tst_qabstractfileengine.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
||||
|
@ -7,6 +7,6 @@
|
||||
add_qt_test(tst_qdataurl
|
||||
SOURCES
|
||||
tst_qdataurl.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
@ -16,7 +16,7 @@ list(APPEND test_data "tst_qdir.cpp")
|
||||
add_qt_test(tst_qdir
|
||||
SOURCES
|
||||
tst_qdir.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
TESTDATA ${test_data}
|
||||
)
|
||||
|
@ -10,7 +10,7 @@ list(APPEND test_data "entrylist")
|
||||
add_qt_test(tst_qdiriterator
|
||||
SOURCES
|
||||
tst_qdiriterator.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
TESTDATA ${test_data}
|
||||
)
|
||||
|
@ -7,7 +7,7 @@
|
||||
add_qt_test(tst_qfileinfo
|
||||
SOURCES
|
||||
tst_qfileinfo.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
||||
|
@ -8,6 +8,6 @@ add_qt_test(tst_qfilesystementry
|
||||
SOURCES
|
||||
${QT_SOURCE_TREE}/src/corelib/io/qfilesystementry.cpp ${QT_SOURCE_TREE}/src/corelib/io/qfilesystementry_p.h
|
||||
tst_qfilesystementry.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
@ -7,6 +7,6 @@
|
||||
add_qt_test(tst_qfilesystemmetadata
|
||||
SOURCES
|
||||
tst_qfilesystemmetadata.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
@ -7,6 +7,6 @@
|
||||
add_qt_test(tst_qipaddress
|
||||
SOURCES
|
||||
tst_qipaddress.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
@ -7,7 +7,7 @@
|
||||
add_qt_test(tst_qloggingcategory
|
||||
SOURCES
|
||||
tst_qloggingcategory.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
||||
|
@ -10,7 +10,7 @@ list(APPEND test_data "qtlogging.ini")
|
||||
add_qt_test(tst_qloggingregistry
|
||||
SOURCES
|
||||
tst_qloggingregistry.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
TESTDATA ${test_data}
|
||||
)
|
||||
|
@ -11,9 +11,8 @@ add_qt_test(tst_qsettings
|
||||
QT_DISABLE_DEPRECATED_BEFORE=0
|
||||
INCLUDE_DIRECTORIES
|
||||
../../kernel/qmetatype
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
|
@ -7,6 +7,6 @@
|
||||
add_qt_test(tst_qstorageinfo
|
||||
SOURCES
|
||||
tst_qstorageinfo.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
@ -10,6 +10,6 @@ add_qt_test(tst_qtemporarydir
|
||||
tst_qtemporarydir.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../../../shared
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::TestPrivate
|
||||
)
|
||||
|
@ -10,7 +10,7 @@ list(APPEND test_data "tst_qtemporaryfile.cpp")
|
||||
add_qt_test(tst_qtemporaryfile
|
||||
SOURCES
|
||||
tst_qtemporaryfile.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::TestPrivate
|
||||
TESTDATA ${test_data}
|
||||
)
|
||||
|
@ -12,7 +12,7 @@ add_qt_test(tst_qurlinternal
|
||||
SOURCES
|
||||
../../codecs/utf8/utf8data.cpp
|
||||
tst_qurlinternal.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
||||
|
@ -9,6 +9,6 @@ add_qt_test(tst_qurlquery
|
||||
tst_qurlquery.cpp
|
||||
DEFINES
|
||||
SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/\\\"
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
@ -7,9 +7,8 @@
|
||||
add_qt_test(tst_qeventloop
|
||||
SOURCES
|
||||
tst_qeventloop.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Network
|
||||
)
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
add_qt_test(tst_qmetaobject
|
||||
SOURCES
|
||||
tst_qmetaobject.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
||||
|
@ -7,6 +7,6 @@
|
||||
add_qt_test(tst_qmetaobjectbuilder
|
||||
SOURCES
|
||||
tst_qmetaobjectbuilder.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
@ -15,7 +15,7 @@ add_qt_test(tst_qmetatype
|
||||
QT_DISABLE_DEPRECATED_BEFORE=0
|
||||
INCLUDE_DIRECTORIES
|
||||
../../../other/qvariant_common
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
TESTDATA ${test_data}
|
||||
)
|
||||
|
@ -15,7 +15,7 @@ add_qt_test(tst_qmetatype
|
||||
QT_DISABLE_DEPRECATED_BEFORE=0
|
||||
INCLUDE_DIRECTORIES
|
||||
../../../other/qvariant_common
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
TESTDATA ${test_data}
|
||||
)
|
||||
|
@ -13,11 +13,10 @@ add_qt_test(tst_qsocketnotifier
|
||||
tst_qsocketnotifier.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
${QT_SOURCE_TREE}/src/network
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::NetworkPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Network
|
||||
Qt::NetworkPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qsocketnotifier.pro:<TRUE>:
|
||||
|
@ -7,7 +7,7 @@
|
||||
add_qt_test(tst_qtimer
|
||||
SOURCES
|
||||
tst_qtimer.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
||||
|
@ -12,7 +12,7 @@ add_qt_test(tst_qvariant
|
||||
QT_DISABLE_DEPRECATED_BEFORE=0
|
||||
INCLUDE_DIRECTORIES
|
||||
../../../other/qvariant_common
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
||||
|
@ -12,7 +12,7 @@ add_qt_test(tst_qvariant
|
||||
QT_DISABLE_DEPRECATED_BEFORE=0
|
||||
INCLUDE_DIRECTORIES
|
||||
../../../other/qvariant_common
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
||||
|
@ -7,6 +7,6 @@
|
||||
add_qt_test(tst_qwineventnotifier
|
||||
SOURCES
|
||||
tst_qwineventnotifier.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
@ -7,6 +7,6 @@
|
||||
add_qt_test(tst_qmimetype
|
||||
SOURCES
|
||||
tst_qmimetype.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
@ -10,7 +10,7 @@ add_qt_test(tst_qfactoryloader
|
||||
../plugin1/plugininterface1.h
|
||||
../plugin2/plugininterface2.h
|
||||
../tst_qfactoryloader.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
||||
|
@ -10,7 +10,7 @@ add_qt_test(tst_qfactoryloader
|
||||
../plugin1/plugininterface1.h
|
||||
../plugin2/plugininterface2.h
|
||||
../tst_qfactoryloader.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
||||
|
@ -23,10 +23,8 @@ add_qt_test(tst_qpluginloader
|
||||
#####################################################################
|
||||
|
||||
extend_target(tst_qpluginloader CONDITION QT_FEATURE_private_tests
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
||||
extend_target(tst_qpluginloader CONDITION CMAKE_BUILD_TYPE STREQUAL Debug AND WIN32 AND debug_and_release
|
||||
|
@ -7,7 +7,7 @@
|
||||
add_qt_test(tst_json
|
||||
SOURCES
|
||||
tst_qtjson.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
||||
|
@ -7,6 +7,6 @@
|
||||
add_qt_test(tst_qbytedatabuffer
|
||||
SOURCES
|
||||
tst_qbytedatabuffer.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
@ -7,6 +7,6 @@
|
||||
add_qt_test(tst_qstringiterator
|
||||
SOURCES
|
||||
tst_qstringiterator.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
@ -9,6 +9,6 @@ add_qt_test(tst_qfuture
|
||||
tst_qfuture.cpp
|
||||
DEFINES
|
||||
-QT_NO_JAVA_STYLE_ITERATORS
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
@ -10,6 +10,6 @@ add_qt_test(tst_qfuture
|
||||
DEFINES
|
||||
# -QT_NO_JAVA_STYLE_ITERATORS # special case
|
||||
QT_STRICT_ITERATORS
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
@ -7,8 +7,7 @@
|
||||
add_qt_test(tst_qfuturewatcher
|
||||
SOURCES
|
||||
tst_qfuturewatcher.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Concurrent
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
@ -13,8 +13,6 @@ add_qt_test(tst_qmutex
|
||||
#####################################################################
|
||||
|
||||
extend_target(tst_qmutex CONDITION WIN32
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
@ -7,6 +7,6 @@
|
||||
add_qt_test(tst_qresultstore
|
||||
SOURCES
|
||||
tst_qresultstore.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
@ -7,6 +7,6 @@
|
||||
add_qt_test(tst_qdate
|
||||
SOURCES
|
||||
tst_qdate.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
@ -7,7 +7,7 @@
|
||||
add_qt_test(tst_qdatetime
|
||||
SOURCES
|
||||
tst_qdatetime.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
add_qt_test(tst_qtimezone
|
||||
SOURCES
|
||||
tst_qtimezone.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
||||
|
@ -7,6 +7,6 @@
|
||||
add_qt_test(tst_qmakearray
|
||||
SOURCES
|
||||
tst_qmakearray.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
@ -7,6 +7,6 @@
|
||||
add_qt_test(tst_qringbuffer
|
||||
SOURCES
|
||||
tst_qringbuffer.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
@ -8,11 +8,9 @@ add_qt_test(tst_qdbusmarshall
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../"
|
||||
SOURCES
|
||||
../tst_qdbusmarshall.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::DBusPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::DBus
|
||||
)
|
||||
|
||||
## Scopes:
|
||||
|
@ -8,11 +8,9 @@ add_qt_test(tst_qdbusmarshall
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../"
|
||||
SOURCES
|
||||
../tst_qdbusmarshall.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::DBusPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::DBus
|
||||
)
|
||||
|
||||
## Scopes:
|
||||
|
@ -7,8 +7,6 @@
|
||||
add_qt_test(tst_qdbusmetaobject
|
||||
SOURCES
|
||||
tst_qdbusmetaobject.cpp
|
||||
LIBRARIES
|
||||
Qt::DBusPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::DBus
|
||||
Qt::DBusPrivate
|
||||
)
|
||||
|
@ -7,11 +7,9 @@
|
||||
add_qt_test(tst_qdbustype
|
||||
SOURCES
|
||||
tst_qdbustype.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::DBusPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::DBus
|
||||
)
|
||||
|
||||
## Scopes:
|
||||
|
@ -7,10 +7,8 @@
|
||||
add_qt_test(tst_qdbusxmlparser
|
||||
SOURCES
|
||||
tst_qdbusxmlparser.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::DBusPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::DBus
|
||||
Qt::Xml
|
||||
)
|
||||
|
@ -13,11 +13,10 @@ list(APPEND test_data ${test_data_glob})
|
||||
add_qt_test(tst_qimage
|
||||
SOURCES
|
||||
tst_qimage.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
TESTDATA ${test_data}
|
||||
)
|
||||
|
||||
|
@ -17,11 +17,10 @@ list(APPEND test_data ${test_data_glob})
|
||||
add_qt_test(tst_qimagereader
|
||||
SOURCES
|
||||
tst_qimagereader.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
Qt::Network
|
||||
TESTDATA ${test_data}
|
||||
)
|
||||
|
@ -25,11 +25,10 @@ list(APPEND test_data ${test_data_glob})
|
||||
add_qt_test(tst_qpixmap
|
||||
SOURCES
|
||||
tst_qpixmap.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
TESTDATA ${test_data}
|
||||
)
|
||||
|
||||
@ -96,10 +95,9 @@ add_qt_resource(tst_qpixmap "qpixmap"
|
||||
#####################################################################
|
||||
|
||||
extend_target(tst_qpixmap CONDITION TARGET Qt::Widgets
|
||||
LIBRARIES
|
||||
Qt::WidgetsPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Widgets
|
||||
Qt::WidgetsPrivate
|
||||
)
|
||||
|
||||
extend_target(tst_qpixmap CONDITION WIN32 AND NOT WINRT
|
||||
|
@ -7,8 +7,7 @@
|
||||
add_qt_test(tst_qpixmapcache
|
||||
SOURCES
|
||||
tst_qpixmapcache.cpp
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
@ -7,11 +7,10 @@
|
||||
add_qt_test(tst_noqteventloop
|
||||
SOURCES
|
||||
tst_noqteventloop.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
Qt::Network
|
||||
)
|
||||
|
||||
|
@ -7,9 +7,8 @@
|
||||
add_qt_test(tst_qbackingstore
|
||||
SOURCES
|
||||
tst_qbackingstore.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
@ -16,11 +16,9 @@ add_qt_test(tst_qguiapplication
|
||||
QT_DISABLE_DEPRECATED_BEFORE=0x050E00
|
||||
INCLUDE_DIRECTORIES
|
||||
../../../corelib/kernel/qcoreapplication
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
# Resources:
|
||||
|
@ -16,11 +16,9 @@ add_qt_test(tst_qguiapplication
|
||||
QT_DISABLE_DEPRECATED_BEFORE=0x050E00
|
||||
INCLUDE_DIRECTORIES
|
||||
../../../corelib/kernel/qcoreapplication
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Threads::Threads # special case
|
||||
)
|
||||
|
||||
|
@ -7,9 +7,8 @@
|
||||
add_qt_test(tst_qguieventloop
|
||||
SOURCES
|
||||
../../../corelib/kernel/qeventloop/tst_qeventloop.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::Network
|
||||
)
|
||||
|
@ -7,8 +7,7 @@
|
||||
add_qt_test(tst_qguitimer
|
||||
SOURCES
|
||||
../../../corelib/kernel/qtimer/tst_qtimer.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
)
|
||||
|
@ -7,9 +7,8 @@
|
||||
add_qt_test(tst_qguitimer
|
||||
SOURCES
|
||||
../../../corelib/kernel/qtimer/tst_qtimer.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Threads::Threads # special case
|
||||
)
|
||||
|
@ -7,9 +7,8 @@
|
||||
add_qt_test(tst_qinputmethod
|
||||
SOURCES
|
||||
tst_qinputmethod.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
@ -7,11 +7,10 @@
|
||||
add_qt_test(tst_qkeysequence
|
||||
SOURCES
|
||||
tst_qkeysequence.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
# Resources:
|
||||
|
@ -7,10 +7,9 @@
|
||||
add_qt_test(tst_qopenglwindow
|
||||
SOURCES
|
||||
tst_qopenglwindow.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
Qt::OpenGL
|
||||
)
|
||||
|
@ -7,9 +7,8 @@
|
||||
add_qt_test(tst_qrasterwindow
|
||||
SOURCES
|
||||
tst_qrasterwindow.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
@ -7,9 +7,8 @@
|
||||
add_qt_test(tst_qscreen
|
||||
SOURCES
|
||||
tst_qscreen.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
@ -7,9 +7,8 @@
|
||||
add_qt_test(tst_qsurfaceformat
|
||||
SOURCES
|
||||
tst_qsurfaceformat.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
@ -7,9 +7,8 @@
|
||||
add_qt_test(tst_qtouchevent
|
||||
SOURCES
|
||||
tst_qtouchevent.cpp
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
Qt::Widgets
|
||||
)
|
||||
|
@ -7,11 +7,10 @@
|
||||
add_qt_test(tst_qwindow
|
||||
SOURCES
|
||||
tst_qwindow.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
## Scopes:
|
||||
|
@ -7,11 +7,10 @@
|
||||
add_qt_test(tst_qopengl
|
||||
SOURCES
|
||||
tst_qopengl.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
Qt::OpenGL
|
||||
)
|
||||
|
||||
|
@ -10,10 +10,9 @@ list(APPEND test_data "buglist.json")
|
||||
add_qt_test(tst_qopenglconfig
|
||||
SOURCES
|
||||
tst_qopenglconfig.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
TESTDATA ${test_data}
|
||||
)
|
||||
|
@ -7,9 +7,8 @@
|
||||
add_qt_test(tst_qvulkan
|
||||
SOURCES
|
||||
tst_qvulkan.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
@ -7,10 +7,9 @@
|
||||
add_qt_test(tst_qrhi
|
||||
SOURCES
|
||||
tst_qrhi.cpp
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
# Resources:
|
||||
|
@ -7,10 +7,9 @@
|
||||
add_qt_test(tst_qshader
|
||||
SOURCES
|
||||
tst_qshader.cpp
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
# Resources:
|
||||
|
@ -16,10 +16,9 @@ add_qt_test(tst_qcssparser
|
||||
tst_qcssparser.cpp
|
||||
DEFINES
|
||||
SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}\\\"
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
Qt::Xml
|
||||
TESTDATA ${test_data}
|
||||
)
|
||||
|
@ -7,11 +7,10 @@
|
||||
add_qt_test(tst_qfont
|
||||
SOURCES
|
||||
tst_qfont.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
# Resources:
|
||||
|
@ -7,9 +7,8 @@
|
||||
add_qt_test(tst_qfontcache
|
||||
SOURCES
|
||||
tst_qfontcache.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
@ -10,11 +10,10 @@ list(APPEND test_data "LED_REAL.TTF")
|
||||
add_qt_test(tst_qfontdatabase
|
||||
SOURCES
|
||||
tst_qfontdatabase.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
TESTDATA ${test_data}
|
||||
)
|
||||
|
||||
|
@ -7,11 +7,10 @@
|
||||
add_qt_test(tst_qfontmetrics
|
||||
SOURCES
|
||||
tst_qfontmetrics.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
# Resources:
|
||||
|
@ -7,8 +7,7 @@
|
||||
add_qt_test(tst_qinputcontrol
|
||||
SOURCES
|
||||
tst_qinputcontrol.cpp
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
@ -7,11 +7,10 @@
|
||||
add_qt_test(tst_qrawfont
|
||||
SOURCES
|
||||
tst_qrawfont.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
# Resources:
|
||||
|
@ -15,10 +15,7 @@ add_qt_test(tst_qstatictext
|
||||
#####################################################################
|
||||
|
||||
extend_target(tst_qstatictext CONDITION QT_FEATURE_private_tests
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
)
|
||||
|
@ -7,9 +7,8 @@
|
||||
add_qt_test(tst_qtextblock
|
||||
SOURCES
|
||||
tst_qtextblock.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
@ -7,9 +7,8 @@
|
||||
add_qt_test(tst_qtextcursor
|
||||
SOURCES
|
||||
tst_qtextcursor.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
@ -8,10 +8,9 @@ add_qt_test(tst_qtextdocument
|
||||
SOURCES
|
||||
common.h
|
||||
tst_qtextdocument.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
Qt::Xml
|
||||
)
|
||||
|
@ -7,9 +7,8 @@
|
||||
add_qt_test(tst_qtextdocumentfragment
|
||||
SOURCES
|
||||
tst_qtextdocumentfragment.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
@ -7,9 +7,8 @@
|
||||
add_qt_test(tst_qtextformat
|
||||
SOURCES
|
||||
tst_qtextformat.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
@ -7,9 +7,8 @@
|
||||
add_qt_test(tst_qtextlayout
|
||||
SOURCES
|
||||
tst_qtextlayout.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
@ -8,9 +8,8 @@ add_qt_test(tst_qtextlist
|
||||
SOURCES
|
||||
../qtextdocument/common.h
|
||||
tst_qtextlist.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
@ -13,10 +13,9 @@ add_qt_test(tst_qtextmarkdownimporter
|
||||
tst_qtextmarkdownimporter.cpp
|
||||
DEFINES
|
||||
SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}\\\"
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
TESTDATA ${test_data}
|
||||
)
|
||||
|
@ -13,10 +13,9 @@ add_qt_test(tst_qtextmarkdownwriter
|
||||
tst_qtextmarkdownwriter.cpp
|
||||
DEFINES
|
||||
SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}\\\"
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
TESTDATA ${test_data}
|
||||
)
|
||||
|
@ -9,9 +9,8 @@ add_qt_test(tst_qtextodfwriter
|
||||
tst_qtextodfwriter.cpp
|
||||
DEFINES
|
||||
SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}\\\"
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
@ -15,11 +15,10 @@ add_qt_test(tst_qtextpiecetable
|
||||
SOURCES
|
||||
../qtextdocument/common.h
|
||||
tst_qtextpiecetable.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qtextpiecetable.pro:<TRUE>:
|
||||
|
@ -7,9 +7,8 @@
|
||||
add_qt_test(tst_qtextscriptengine
|
||||
SOURCES
|
||||
tst_qtextscriptengine.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user