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.
总而言之,我正在尝试使用其他人给我的单一构建系统(不是总是这样吗?)并想为自己添加一些调试语句。
主.pro文件使用具有以下概念的子目录模板:
.pro
SUBDIRS += durp-dir durp-dir.file = Durp/durp.pro
当我添加 amessage("In Durp")时,durp.pro它永远不会被打印出来。我无法弄清楚我错过了什么。我正在使用 QT 4.8 ...仍在检查没有线索的 qmake 文档。
message("In Durp")
durp.pro
运行qmake -r而不是仅仅qmake
qmake -r
qmake