[SOLVED] Icons are not visible when i run the application.
General and Desktop
14
Posts
5
Posters
7.4k
Views
1
Watching
-
[quote author="Andre" date="1371127662"]What path are you using to load the icons?[/quote]
That's what i am trying to tell you this whole time :D
I am using the designer to set the icons -
The solution is find and put the folder "imageformats" in the same folder of the app .
or in the system32 folder, and add these lines in main.cpp.
@ifdef Q_OS_WIN32
QString env = getenv ("SYSTEMROOT");
#endififdef Q_OS_WIN32
QCoreApplication :: addLibraryPath (env + "\ system32");
endif@
-
-
Worked for me too. Has anyone filed a bug report yet?
-
[quote author="joshua-anderson" date="1379464605"]Worked for me too. Has anyone filed a bug report yet?[/quote]
there is no similar bug on qt bugreportsso here ya go!
https://bugreports.qt-project.org/browse/QTBUG-33541