qtmobility/tests/auto/support/support.pri
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
--- a/qtmobility/tests/auto/support/support.pri	Fri Apr 16 15:51:22 2010 +0300
+++ b/qtmobility/tests/auto/support/support.pri	Mon May 03 13:18:40 2010 +0300
@@ -2,9 +2,11 @@
 HEADERS += \
     $$PWD/support.h
 
-symbian|wince*|maemo5|win32|mac {
+symbian|wince*|maemo*|win32|mac {
     symbian {
         SOURCES += $$PWD/support_symbian.cpp
+        INCLUDEPATH += $$(EPOCROOT)epoc32/include/app
+        INCLUDEPATH += $$(EPOCROOT)epoc32/include/platform/app
     }
     win32 {
         SOURCES += $$PWD/support_win.cpp
@@ -17,7 +19,13 @@
         }
 
     }
-    maemo5|mac {
+    maemo5 {
+        QT += dbus
+        CONFIG += link_pkgconfig
+        PKGCONFIG += glib-2.0 gconf-2.0
+        SOURCES += $$PWD/support_maemo5.cpp
+    }
+    mac|maemo6 {
          SOURCES += $$PWD/support_stub.cpp       
     }
 } else {