qfeatures.txt: add LOCALSERVER (requires TEMPORARYFILE)
authorJ-P Nurmi <jpnurmi@gmail.com>
Fri, 12 Oct 2012 19:42:00 +0000 (21:42 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 15 Oct 2012 20:44:29 +0000 (22:44 +0200)
Change-Id: I5b03fee3ceceade1fc0f4e3162eac339b1d147f3
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
src/corelib/global/qfeatures.h
src/corelib/global/qfeatures.txt

index 160063f..90ef47c 100644 (file)
 #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
index 5e386b8..3b3af8a 100644 (file)
@@ -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