summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/spinboxes/spinboxes.pro
blob: 55a028c0a5a5c1a76efe1aa79a60719de6b0afb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
HEADERS       = window.h
SOURCES       = main.cpp \
                window.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/spinboxes
INSTALLS += target

QT += widgets

simulator: warning(This example might not fully work on Simulator platform)