customdialogs.pro Example File
webengine/customdialogs/customdialogs.pro
QT += webengine
QMAKE_LFLAGS += -Wl,-rpath-link,$$OUT_PWD/../../../src/core/Release
HEADERS += \
server.h
SOURCES += \
main.cpp \
server.cpp
RESOURCES += \
customdialogs.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/webengine/customdialogs
INSTALLS += target
qtHaveModule(widgets) {
QT += widgets # QApplication is required to get native styling with QtQuickControls
}