summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qfeatures.txt
diff options
context:
space:
mode:
authorAndrew Knight <andrew.knight@digia.com>2013-09-28 15:47:45 +0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-30 08:56:46 +0200
commit248f29075e84cf57529ce7678c21e13a0fbf4a7e (patch)
treed9305e25c717aede9cf29aec9504eeb5038c91d5 /src/corelib/global/qfeatures.txt
parentf30641a7f8c3e38859a6f05a2c190496338b7e7d (diff)
qfeatures: Allow QFileSystemModel without QFileSystemWatcher
As of 373e44d, QFileSystemModel can be built without QFileSystemWatcher support, making this define incorrect. Change-Id: I1c18dc4f323f94b43f4e49646911fd06b0f01f73 Reviewed-by: Sérgio Martins <sergio.martins@kdab.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'src/corelib/global/qfeatures.txt')
-rw-r--r--src/corelib/global/qfeatures.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qfeatures.txt b/src/corelib/global/qfeatures.txt
index 814e95c256..ec54c7bdbf 100644
--- a/src/corelib/global/qfeatures.txt
+++ b/src/corelib/global/qfeatures.txt
@@ -202,7 +202,7 @@ SeeAlso: ???
Feature: FILESYSTEMMODEL
Description: Provides a data model for the local filesystem.
Section: File I/O
-Requires: FILESYSTEMWATCHER
+Requires:
Name: QFileSystemModel
SeeAlso: ???