QT
corect.h 에러 날때.
백곳
2018. 3. 4. 11:58
해당 프로젝트 pro 에다가
INCLUDEPATH += "C:/Program Files (x86)/Windows Kits/10/Include/10.0.10240.0/ucrt"
contains(QT_ARCH, i386) {
LIBS += -L"C:/Program Files (x86)/Windows Kits/10/Lib/10.0.10240.0/ucrt/x86"
} else {
LIBS += -L"C:/Program Files (x86)/Windows Kits/10/Lib/10.0.10240.0/ucrt/x64"
}
위의 코드를 입력해 준다.