알쓸전컴(알아두면 쓸모있는 전자 컴퓨터)
corect.h 에러 날때. 본문
해당 프로젝트 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"
}
위의 코드를 입력해 준다.
'QT' 카테고리의 다른 글
QPrinter for QTextEdit 예제 (0) | 2018.06.26 |
---|---|
Qt json 파싱 with webpage(ajax) 간단 사용법 (0) | 2018.04.09 |
ubuntu qt 필요 라이브러리 path 설정하기 (0) | 2018.03.23 |
signal 동기화가 필요할때 (0) | 2018.03.21 |
Cannot run compiler 'cl'. Maybe you forgot to setup the environment? 날때 . (0) | 2018.03.04 |
Comments