qtmobility/examples/examples.pri
changeset 4 90517678cc4f
parent 0 cfcbf08528c4
child 5 453da2cfceef
--- a/qtmobility/examples/examples.pri	Fri Apr 16 15:51:22 2010 +0300
+++ b/qtmobility/examples/examples.pri	Mon May 03 13:18:40 2010 +0300
@@ -1,7 +1,5 @@
 include(../staticconfig.pri)
         
-!contains(build_examples, yes):error(Please use the -examples configure switch to enable building of examples)
-
 win32:contains(CONFIG_WIN32,build_all):Win32DebugAndRelease=yes
 mac | contains(Win32DebugAndRelease,yes) {
     #due to different debug/release library names we have to comply with 
@@ -43,7 +41,3 @@
 symbian {
     DEFINES+= QTM_EXAMPLES_SMALL_SCREEN
 }
-maemo* {
-    LIBS += -L/opt/qt4-maemo5/lib
-    QMAKE_LFLAGS += -Wl,-rpath,/opt/qt4-maemo5/lib
-}