我无法理解为什么这个Qt专业版文件不起作用:
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 += ...
这些是链接器错误:
error: cannot find -lQtGui
error: cannot find -lQtCore
C:\Qt\4.8.4\bin
目录存在,DLL就在那里。
谢谢。
平台:Windows 7,MinGW,Qt 4.8.4,QtCreator 2.8.0