Commit 226afa01 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen Committed by The Qt Project
Browse files

check availability of qmldevtools, not declarative


that's the module we actually use

Change-Id: I928778a8638a8d0b2022696120dcaf6aa28a9d6d
Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
parent 3db7ce2b
No related merge requests found
Showing with 2 additions and 2 deletions
......@@ -2,7 +2,7 @@ DESTDIR = $$QT.designer.bins
QT = core-private
!isEmpty(QT.declarative.name) {
!isEmpty(QT.qmldevtools.name) {
QT += qmldevtools-private
} else {
DEFINES += QT_NO_QML
......@@ -22,7 +22,7 @@ SOURCES += \
java.cpp \
ui.cpp
!isEmpty(QT.declarative.name): SOURCES += qdeclarative.cpp
!isEmpty(QT.qmldevtools.name): SOURCES += qdeclarative.cpp
HEADERS += \
lupdate.h \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment