summaryrefslogtreecommitdiff
path: root/examples/webkitwidgets/simpleselector/simpleselector.pro
blob: aa0839079a3e498e7daa9c0de623574784b8ac81 (plain)
1
2
3
4
5
6
7
8
9
QT       += webkitwidgets network widgets
FORMS     = window.ui
HEADERS   = window.h
SOURCES   = main.cpp \
            window.cpp

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