1cf191ec6d
This example is hit by the infamous QTBUG-13496 issue. Task-number: QTBUG-28665 Change-Id: I9bcffe72d34b1eaa9f5beafc69a16913a597d17f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
11 lines
193 B
INI
11 lines
193 B
INI
include(../rasterwindow/rasterwindow.pri)
|
|
|
|
# work-around for QTBUG-13496
|
|
CONFIG += no_batch
|
|
|
|
SOURCES += \
|
|
main.cpp
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/gui/analogclock
|
|
INSTALLS += target
|