summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/spinboxes/spinboxes.pro
blob: 9638317471488535cf1a284379ef0d3e549e0e93 (plain)
1
2
3
4
5
6
7
8
9
10
11
QT += widgets

HEADERS       = window.h
SOURCES       = main.cpp \
                window.cpp

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

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