Notice
Recent Posts
Recent Comments
Link
목록build (2)
NewGen
Xcode 버전에 따른, AppDelegate.swift @main annotation 처리.
Xcode 버전에 따른, AppDelegate.swift @main annotation 처리. 최신 버전(현재: Version 12.3 (12C33)) 에서는 AppDelegate.swift에서 main 시작점 부분 표시가. //@main class AppDelegate: UIResponder, UIApplicationDelegate { } 이렇게 되어 있슴. 이렇게 최신버전의 Xcode 에서 작성된 소스를 구형 버전의 Xcode(11.5 에서 에러 발생.) 에서 에러가 발생함. @main
IOS
2021. 1. 25. 10:54
QT everywhere 설치...
1. qt-everywhere.... 4.8 을 다운로드 받는다. https://download.qt.io/archive/qt/4.8/4.8.5/ Index of /archive/qt/4.8/4.8.5 download.qt.io 2.configure 작업. ./configure --prefix=/path/to/install/Qt/Qt4.8.5_x64 -opensource -confirm-license -release -developer-build -multimedia -webkit -svg 3. make && make install 하면 끝.
LINUX
2019. 5. 29. 15:11