Skip to content
Snippets Groups Projects
Verified Commit f4e8c301 authored by Burak Hançerli's avatar Burak Hançerli :headphones:
Browse files

fix: relative image paths are not working

parent d5ff6cfb
No related branches found
No related tags found
1 merge request!38QDS-14479 relative image paths are not working
Pipeline #78521 passed
...@@ -70,6 +70,7 @@ void messageHandler(QtMsgType type, const QMessageLogContext &context, const QSt ...@@ -70,6 +70,7 @@ void messageHandler(QtMsgType type, const QMessageLogContext &context, const QSt
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
qputenv("QML_COMPAT_RESOLVE_URLS_ON_ASSIGNMENT", "1");
qInstallMessageHandler(messageHandler); qInstallMessageHandler(messageHandler);
qDebug() << "Version: " << CMAKE_VAR_GIT_VERSION << ". Built on " << __DATE__ << __TIME__ qDebug() << "Version: " << CMAKE_VAR_GIT_VERSION << ". Built on " << __DATE__ << __TIME__
<< "with Qt" << QT_VERSION_STR; << "with Qt" << QT_VERSION_STR;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment