CQtDeployer/tests/quicknanobrowser/quicknanobrowser.pro

26 lines
538 B
Prolog
Raw Normal View History

2019-09-15 20:31:31 +03:00
requires(qtConfig(accessibility))
2019-09-24 15:11:30 +03:00
CONFIG += release
2019-09-15 20:31:31 +03:00
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"