blob: a9ff544004a03c916e3d2b09c5fd5628b2f6d56a [file] [log] [blame]
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