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
|