add macro QLATER-SEQUENCE; revisions

This commit is contained in:
pls.153 2023-10-27 13:46:06 +02:00
parent d553e5f305
commit 24ebb809c6
5 changed files with 30 additions and 4 deletions

View file

@ -70,7 +70,7 @@ int main(int argc, char* argv[]) {
qputenv("QT_QPA_NO_TEXT_HANDLES", "1");
#endif
if (QFile::exists("/etc/sailfish-release")) { // SFOS
QQuickStyle::setStyle("Basic");
QQuickStyle::setStyle("Basic"); // independent from 'qt-runner'
}
#ifdef INI_WEBVIEW
QtWebView::initialize();