Remove src/widgets/kernel/x11.pri.
authorRobin Burchell <robin+qt@viroteck.net>
Wed, 16 May 2012 08:49:46 +0000 (10:49 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 17 May 2012 03:14:28 +0000 (05:14 +0200)
Presumably, this was set for QSound, which has since moved to QtMultimedia (and
no longer uses nas, anyway).

Configure also no longer seems to have logic for setting nas, as of
4535913c4fb908293f8f1667eff480efc3fadd73.

Change-Id: Ie5b351844bd169ad0548b0d29513adbf6f5d9a12
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Reviewed-by: Donald Carr <donald.carr@nokia.com>
Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
src/widgets/kernel/x11.pri [deleted file]
src/widgets/widgets.pro

diff --git a/src/widgets/kernel/x11.pri b/src/widgets/kernel/x11.pri
deleted file mode 100644 (file)
index 82de1b6..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-x11 {
-        contains(QT_CONFIG, nas): LIBS_PRIVATE += -laudio -lXt
-}
index 4e46ffc..4eb9634 100644 (file)
@@ -23,7 +23,6 @@ include(../qbase.pri)
 contains(QT_CONFIG, x11sm):CONFIG += x11sm
 
 #platforms
-x11:include(kernel/x11.pri)
 mac:include(kernel/mac.pri)
 win32:include(kernel/win.pri)