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.
$ qmake -v QMake version 2.01a Using Qt version 4.8.1 in /usr/lib/x86_64-linux-gnu
.pro文件在这里:
TEMPLATE = subdirs QT += quick SOURCES = qtCppIntegration.cpp
qmake结果:
$ qmake Project MESSAGE: Warning: unknown QT: quick
AFAIR 在 Qt 4.8 中这个模块被称为declarative. Quick适用于 Qt5
declarative
Quick