How to Load Old version QT project to New version
-
Hi All,
We are using QT 5.7.1 for GUI application, now we want to load/build our project to QT 5.9.2 but after loading my project i'm getting this Error : - " QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' " .
So please tel me any suggetsions , how to load/build old version qt project to new version.
Thanks,
Raghavendra -
@Raghavendra-Surpur said in How to Load Old version QT project to New version:
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
IIRC that's only a warning. App should still run even when this message is printed.
to QT 5.9.2 but after loading my project
Please explain what do you mean by "loading". Have you updated Qt, changed the build kit in Qt Creator, then made a full rebuild? Are you cross-compiling by any chance? Does a simple example app build & run, or it fails too?