↧
Answer by RA. for Qmake does not include the library path for qt
When there are multiple Qt installations on a machine, it's important the environment has been set-up properly to point to the right Qt version. The following are important environment variables to...
View ArticleQmake does not include the library path for qt
I just install qt on my slax box, And I tried to write and compile using qmake.But the problem is qmake does not write it's 'Makefile' to include -Lqt-mt or -Lqt.I have to give it manually otherwise...
View Article