Commit 004bda5d authored by Friedemann Kleint's avatar Friedemann Kleint Committed by The Qt Project
Browse files

Exclude qtdiag when QtGui is not available.


Task-number: QTBUG-39118
Change-Id: I54f6879ef58e5b7b7bc2c20840524f4af5433921
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
Showing with 1 addition and 2 deletions
...@@ -29,11 +29,10 @@ qtHaveModule(dbus): SUBDIRS += qdbus ...@@ -29,11 +29,10 @@ qtHaveModule(dbus): SUBDIRS += qdbus
win32|winrt:SUBDIRS += windeployqt win32|winrt:SUBDIRS += windeployqt
winrt:SUBDIRS += winrtrunner qtd3dservice winrt:SUBDIRS += winrtrunner qtd3dservice
qtHaveModule(gui):!android:!ios:!qnx:!wince*:!winrt*:SUBDIRS += qtdiag
qtNomakeTools( \ qtNomakeTools( \
pixeltool \ pixeltool \
qtconfig \ qtconfig \
macdeployqt \ macdeployqt \
) )
!android:!ios:!qnx:!wince*:!winrt*:SUBDIRS += qtdiag
Supports Markdown
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