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:
parent
71c43b035b
commit
5c28fce38e
@ -22,4 +22,3 @@ add_qt_plugin(qconnmanbearer
|
|||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:connman.pro:<TRUE>:
|
#### Keys ignored in scope 1:.:.:connman.pro:<TRUE>:
|
||||||
# OTHER_FILES = "connman.json"
|
# OTHER_FILES = "connman.json"
|
||||||
# _LOADED = "qt_plugin"
|
|
||||||
|
@ -22,4 +22,3 @@ add_qt_plugin(qnmbearer
|
|||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:networkmanager.pro:<TRUE>:
|
#### Keys ignored in scope 1:.:.:networkmanager.pro:<TRUE>:
|
||||||
# OTHER_FILES = "networkmanager.json"
|
# OTHER_FILES = "networkmanager.json"
|
||||||
# _LOADED = "qt_plugin"
|
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_executable(copier
|
add_qt_executable(copier
|
||||||
GUI
|
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_executable(paster
|
add_qt_executable(paster
|
||||||
GUI
|
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_executable(crashingServer
|
add_qt_executable(crashingServer
|
||||||
GUI
|
|
||||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_executable(desktopsettingsaware
|
add_qt_executable(desktopsettingsaware
|
||||||
GUI
|
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_executable(desktopsettingsaware_helper # special case
|
add_qt_executable(desktopsettingsaware_helper # special case
|
||||||
GUI
|
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
OUTPUT_DIRECTORY # special case
|
OUTPUT_DIRECTORY # special case
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_executable(modal
|
add_qt_executable(modal
|
||||||
GUI
|
|
||||||
SOURCES
|
SOURCES
|
||||||
base.cpp base.h
|
base.cpp base.h
|
||||||
main.cpp
|
main.cpp
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_executable(modal_helper # special case
|
add_qt_executable(modal_helper # special case
|
||||||
GUI
|
|
||||||
SOURCES
|
SOURCES
|
||||||
base.cpp base.h
|
base.cpp base.h
|
||||||
main.cpp
|
main.cpp
|
||||||
|
@ -11,7 +11,6 @@ add_qt_benchmark(qtimer_vs_qmetaobject
|
|||||||
.
|
.
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
Qt::Test
|
Qt::Test
|
||||||
Threads::Threads
|
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:qtimer_vs_qmetaobject.pro:<TRUE>:
|
#### Keys ignored in scope 1:.:.:qtimer_vs_qmetaobject.pro:<TRUE>:
|
||||||
|
@ -16,18 +16,6 @@ add_qt_benchmark(tst_bench_qgraphicsview
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Resources:
|
# 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
|
set(qgraphicsview_resource_files
|
||||||
"images/designer.png"
|
"images/designer.png"
|
||||||
"images/wine-big.jpeg"
|
"images/wine-big.jpeg"
|
||||||
@ -41,6 +29,18 @@ add_qt_resource(tst_bench_qgraphicsview "qgraphicsview"
|
|||||||
FILES
|
FILES
|
||||||
${qgraphicsview_resource_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>:
|
#### Keys ignored in scope 1:.:.:qgraphicsview.pro:<TRUE>:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user