What Environmental Variables PATH I need to add for Qt5 to recognize include ?
- I already added “C:\qt5\2012.11\qtbase\bin and C:\qt5\2012.11\qtbase\lib”.
I used VS2012 command prompt to build Qt5Sdk and it’s work, but it’s not recognize
include QtGui/QApplication,
include QFileDialog
and more…it’s does recognize
include QGui
.
maybe VS2012 build didn’t goes well?
- BTW in Windows7 where’s are the INCLUDE, LIB and LIBPATH, becaise I can see I can set them from Qt, but when entered windows 7 environment variables there is only PATH?
Thanks!
In Qt5, QApplication class was moved from QtGui modul to QtWidgets.
So, instead of
put
and instead of
you should have