403213240c
Modify special case locations to use the new API as well. Clean up some stale .prev files that are not needed anymore. Clean up some project files that are not used anymore. Task-number: QTBUG-86815 Change-Id: I9947da921f98686023c6bb053dfcc101851276b5 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
39 lines
803 B
CMake
39 lines
803 B
CMake
# Generated from qsystemtrayicon.pro.
|
|
|
|
#####################################################################
|
|
## qsystemtrayicon Binary:
|
|
#####################################################################
|
|
|
|
qt_internal_add_manual_test(qsystemtrayicon
|
|
GUI
|
|
SOURCES
|
|
main.cpp
|
|
INCLUDE_DIRECTORIES
|
|
.
|
|
PUBLIC_LIBRARIES
|
|
Qt::Gui
|
|
Qt::Widgets
|
|
)
|
|
|
|
# Resources:
|
|
set(icons_resource_files
|
|
"macsystray16x16.png"
|
|
"macsystray18x18.png"
|
|
"macsystray25x15.png"
|
|
"macsystray32x32.png"
|
|
"macsystray36x36.png"
|
|
"macsystray50x30.png"
|
|
"macsystray64x64.png"
|
|
)
|
|
|
|
qt_internal_add_resource(qsystemtrayicon "icons"
|
|
PREFIX
|
|
"/"
|
|
FILES
|
|
${icons_resource_files}
|
|
)
|
|
|
|
|
|
#### Keys ignored in scope 1:.:.:qsystemtrayicon.pro:<TRUE>:
|
|
# TEMPLATE = "app"
|