Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
.hタイトルが示すように、.mファイルを Qt Creatorに追加するにはどうすればよいですか?
.h
.m
Qt Creator プロジェクトの「.pro」ファイルに OBJECTIVE_SOURCES を次のように追加します。
OBJECTIVE_SOURCES += \ mac/cocoainitializer.mm
ヘッダーは通常の方法で
HEADERS += \ mac/cocoainitializer.h