qtmobility/tests/bearerex/bearerex.pro
branchRCL_3
changeset 3 eb34711bcc75
parent 0 cfcbf08528c4
child 6 4203353e74ea
--- a/qtmobility/tests/bearerex/bearerex.pro	Tue Apr 27 17:29:55 2010 +0300
+++ b/qtmobility/tests/bearerex/bearerex.pro	Tue May 11 16:58:44 2010 +0300
@@ -5,9 +5,15 @@
       gui \
       network
 
-FORMS += sessiondialog.ui \
-         bearerex.ui \
-         detailedinfodialog.ui
+FORMS += detailedinfodialog.ui
+maemo5|maemo6 {
+    FORMS += sessiondialog_maemo.ui \
+        bearerex_maemo.ui
+} else {
+    FORMS += sessiondialog.ui \
+        bearerex.ui
+}
+
 include(../../common.pri)
 #not really a test case but deployment happens same way
 CONFIG += testcase