src/gui/kernel/kernel.pri
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 5 d3bac044e0f0
--- a/src/gui/kernel/kernel.pri	Tue Jan 26 12:42:25 2010 +0200
+++ b/src/gui/kernel/kernel.pri	Tue Feb 02 00:43:10 2010 +0200
@@ -188,9 +188,8 @@
             HEADERS += \
                 kernel/qeventdispatcher_glib_qws_p.h
             QMAKE_CXXFLAGS += $$QT_CFLAGS_GLIB
+            LIBS_PRIVATE +=$$QT_LIBS_GLIB
 	}
-
-
 }
 
 !embedded:!x11:mac {
@@ -207,7 +206,8 @@
                 qcocoaapplication_mac_p.h \
                 qcocoaapplicationdelegate_mac_p.h \
                 qmacgesturerecognizer_mac_p.h \
-                qmultitouch_mac_p.h
+                qmultitouch_mac_p.h \
+                qcocoasharedwindowmethods_mac_p.h
 
         OBJECTIVE_SOURCES += \
                 kernel/qcursor_mac.mm \