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

HEADERS += \
    mainwindow.h \
    stylesheetdialog.h \
    document.h

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

FORMS += \
    mainwindow.ui \
    stylesheetdialog.ui

RESOURCES += recipebrowser.qrc

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