Skip to content
Snippets Groups Projects

QDS-14479 relative image paths are not working

Merged Burak Hançerli requested to merge QDS-14479/fix-relative-image-paths into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -35,6 +35,7 @@ int main(int argc, char *argv[])
Logger::instance();
qDebug() << "Starting Qt Design Viewer";
qputenv("QML_COMPAT_RESOLVE_URLS_ON_ASSIGNMENT", "1");
QApplication app(argc, argv);
QApplication::setOrganizationName("Qt");
Loading