532b94e98f
[ChangeLog][QtGui][QGuiApplication] Add support for -icon command line argument on X11, add -qwindowicon on all platforms. Change-Id: Iacc602466699bf634d8b34aab7ed73c83fd9844f Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
12 lines
286 B
Prolog
12 lines
286 B
Prolog
CORE_TEST_PATH = ../../../corelib/kernel/qcoreapplication
|
|
|
|
VPATH += $$CORE_TEST_PATH
|
|
include($${CORE_TEST_PATH}/qcoreapplication.pro)
|
|
INCLUDEPATH += $$CORE_TEST_PATH
|
|
|
|
TARGET = tst_qguiapplication
|
|
QT += gui-private
|
|
SOURCES += tst_qguiapplication.cpp
|
|
|
|
RESOURCES = tst_qguiapplication.qrc
|