Qt: cannot find DLLs even if I specify their location -


i cannot understand why qt pro file not work:

qt += core qt += gui  target = prjname config += qt config += console  template = app  includepath += c:/qt/4.8.4/include/qt qmake_libdir += c:/qt/4.8.4/bin libs += -lqtcore4 libs += -lqtgui4  sources += ...  headers += ... 

these linker errors:

error: cannot find -lqtgui error: cannot find -lqtcore 

the c:\qt\4.8.4\bin directory exists, , dlls there.

thank you.

platform: windows 7, mingw, qt 4.8.4, qtcreator 2.8.0


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

node.js - Node - Passport Auth - Authed Post Route hangs on form submission -

Does Firefox offer AppleScript support to get URL of windows? -