blob: d7613033dffd498530f0426b324384822074848b (
plain)
1
2
3
4
5
6
7
8
9
|
Index: qt-everywhere-opensource-src-4.7.0-beta1/config.tests/x11/xlib/xlib.pro
===================================================================
--- qt-everywhere-opensource-src-4.7.0-beta1.orig/config.tests/x11/xlib/xlib.pro
+++ qt-everywhere-opensource-src-4.7.0-beta1/config.tests/x11/xlib/xlib.pro
@@ -1,3 +1,4 @@
CONFIG += x11
CONFIG -= qt
SOURCES = xlib.cpp
+LIBS += -lXau -lXdmcp
|