File: wheel.pro

package info (click to toggle)
qtwebkit-examples-opensource-src 5.7.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,880 kB
  • ctags: 1,312
  • sloc: cpp: 11,698; makefile: 27
file content (9 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
HEADERS       = wheelwidget.h
SOURCES       = wheelwidget.cpp \
                main.cpp

QT += webkitwidgets widgets

# install
target.path = $$[QT_INSTALL_EXAMPLES]/webkitwidgets/scroller/wheel
INSTALLS += target