Aquarius_Girl
Aquarius_Girl

Reputation: 22906

Project MESSAGE: Warning: unknown QT: quick

$ qmake -v
QMake version 2.01a
Using Qt version 4.8.1 in /usr/lib/x86_64-linux-gnu

The .pro file is here:

TEMPLATE = subdirs

QT       += quick
SOURCES  = qtCppIntegration.cpp

qmake results in:

$ qmake  
Project MESSAGE: Warning: unknown QT: quick

Upvotes: 3

Views: 6337

Answers (1)

Kakadu
Kakadu

Reputation: 2839

AFAIR in Qt 4.8 this module is called declarative. Quick is for Qt5

Upvotes: 7

Related Questions