summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/stylesheetbrowser/stylesheetbrowser.pro
blob: a9ff544004a03c916e3d2b09c5fd5628b2f6d56a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TEMPLATE = app
TARGET = stylesheetbrowser
QT += webenginewidgets

HEADERS += \
    mainwindow.h \
    stylesheetdialog.h

SOURCES += \
    main.cpp \
    mainwindow.cpp \
    stylesheetdialog.cpp

FORMS += \
    mainwindow.ui \
    stylesheetdialog.ui

RESOURCES += stylesheetbrowser.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/webenginewidgets/stylesheetbrowser
INSTALLS += target