summaryrefslogtreecommitdiffstats
path: root/examples/scroller/wheel/wheel.pro
blob: 48fe17180c8d00b52529407f5aee9978d4bf19dc (plain)
1
2
3
4
5
6
7
8
9
10
11
HEADERS       = wheelwidget.h
SOURCES       = wheelwidget.cpp \
                main.cpp

QT += webkit

# install
target.path = $$[QT_INSTALL_EXAMPLES]/scroller/wheel
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS wheel.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/scroller/wheel
INSTALLS += target sources