CQtDeployer/tests/quicknanobrowser/quicknanobrowser.pro
2019-09-24 15:11:30 +03:00

26 lines
538 B
Prolog

requires(qtConfig(accessibility))
CONFIG += release
TEMPLATE = app
TARGET = quicknanobrowser
HEADERS = utils.h
SOURCES = main.cpp
OTHER_FILES += ApplicationRoot.qml \
BrowserDialog.qml \
BrowserWindow.qml \
DownloadView.qml \
FullScreenNotification.qml
RESOURCES += resources.qrc
QT += qml quick webengine
qtHaveModule(widgets) {
QT += widgets # QApplication is required to get native styling with QtQuickControls
}
DESTDIR="$$PWD/../build"