blob: d89c50b99bc1fdc482e0c70f96cdea4434220639 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
HEADERS = settingswidget.h \
plotwidget.h
SOURCES = settingswidget.cpp \
plotwidget.cpp \
main.cpp
QT += webkitwidgets widgets
# install
target.path = $$[QT_INSTALL_EXAMPLES]/webkitwidgets/scroller/plot
INSTALLS += target
|