Regenerate qtbase tests and src/* for some small fixes

Change-Id: I049829492971875a5c5ff159104707d9e2ad1e46
Reviewed-by: Leander Beernaert <leander.beernaert@qt.io>
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
Alexandru Croitor 2019-11-13 13:37:20 +01:00
parent 71c43b035b
commit 5c28fce38e
11 changed files with 12 additions and 22 deletions

View File

@ -22,4 +22,3 @@ add_qt_plugin(qconnmanbearer
#### Keys ignored in scope 1:.:.:connman.pro:<TRUE>:
# OTHER_FILES = "connman.json"
# _LOADED = "qt_plugin"

View File

@ -22,4 +22,3 @@ add_qt_plugin(qnmbearer
#### Keys ignored in scope 1:.:.:networkmanager.pro:<TRUE>:
# OTHER_FILES = "networkmanager.json"
# _LOADED = "qt_plugin"

View File

@ -5,7 +5,6 @@
#####################################################################
add_qt_executable(copier
GUI
SOURCES
main.cpp
PUBLIC_LIBRARIES

View File

@ -5,7 +5,6 @@
#####################################################################
add_qt_executable(paster
GUI
SOURCES
main.cpp
PUBLIC_LIBRARIES

View File

@ -5,7 +5,6 @@
#####################################################################
add_qt_executable(crashingServer
GUI
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
SOURCES
main.cpp

View File

@ -5,7 +5,6 @@
#####################################################################
add_qt_executable(desktopsettingsaware
GUI
SOURCES
main.cpp
PUBLIC_LIBRARIES

View File

@ -5,7 +5,6 @@
#####################################################################
add_qt_executable(desktopsettingsaware_helper # special case
GUI
SOURCES
main.cpp
OUTPUT_DIRECTORY # special case

View File

@ -5,7 +5,6 @@
#####################################################################
add_qt_executable(modal
GUI
SOURCES
base.cpp base.h
main.cpp

View File

@ -5,7 +5,6 @@
#####################################################################
add_qt_executable(modal_helper # special case
GUI
SOURCES
base.cpp base.h
main.cpp

View File

@ -11,7 +11,6 @@ add_qt_benchmark(qtimer_vs_qmetaobject
.
PUBLIC_LIBRARIES
Qt::Test
Threads::Threads
)
#### Keys ignored in scope 1:.:.:qtimer_vs_qmetaobject.pro:<TRUE>:

View File

@ -16,18 +16,6 @@ add_qt_benchmark(tst_bench_qgraphicsview
)
# Resources:
set(images_resource_files
"qt4logo.png"
)
add_qt_resource(tst_bench_qgraphicsview "images"
PREFIX
"/"
BASE
"chiptester"
FILES
${images_resource_files}
)
set(qgraphicsview_resource_files
"images/designer.png"
"images/wine-big.jpeg"
@ -41,6 +29,18 @@ add_qt_resource(tst_bench_qgraphicsview "qgraphicsview"
FILES
${qgraphicsview_resource_files}
)
set(images_resource_files
"qt4logo.png"
)
add_qt_resource(tst_bench_qgraphicsview "images"
PREFIX
"/"
BASE
"chiptester"
FILES
${images_resource_files}
)
#### Keys ignored in scope 1:.:.:qgraphicsview.pro:<TRUE>: