qfeatures.txt: add LOCALSERVER (requires TEMPORARYFILE)
Change-Id: I5b03fee3ceceade1fc0f4e3162eac339b1d147f3 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
parent
bdcece7d46
commit
6891d8a4b6
@ -306,6 +306,11 @@
|
||||
#define QT_NO_NETWORKDISKCACHE
|
||||
#endif
|
||||
|
||||
// QLocalServer
|
||||
#if !defined(QT_NO_LOCALSERVER) && (defined(QT_NO_TEMPORARYFILE))
|
||||
#define QT_NO_LOCALSERVER
|
||||
#endif
|
||||
|
||||
// QProgressDialog
|
||||
#if !defined(QT_NO_PROGRESSDIALOG) && (defined(QT_NO_PROGRESSBAR))
|
||||
#define QT_NO_PROGRESSDIALOG
|
||||
|
@ -1011,6 +1011,12 @@ Requires: LIBRARY NETWORKINTERFACE PROPERTIES
|
||||
Name: Bearer Management
|
||||
SeeAlso: ???
|
||||
|
||||
Feature: LOCALSERVER
|
||||
Description: Supports a local socket based server
|
||||
Section: Networking
|
||||
Requires: TEMPORARYFILE
|
||||
Name: QLocalServer
|
||||
SeeAlso: ???
|
||||
|
||||
# Utilities
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user