summaryrefslogtreecommitdiffstats
path: root/examples/gui/analogclock/analogclock.pro
blob: eef17274f5a984e8d8770051617fc6c1fd89cb05 (plain)
1
2
3
4
5
6
7
8
9
10
include(../rasterwindow/rasterwindow.pri)

# work-around for QTBUG-13496
CONFIG += no_batch

SOURCES += \
    main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/gui/analogclock
INSTALLS += target