OSDN Git Service

Fixed path to trk.pri.
authorRobert Loehning <robert.loehning@nokia.com>
Mon, 21 Sep 2009 14:50:40 +0000 (16:50 +0200)
committerRobert Loehning <robert.loehning@nokia.com>
Mon, 21 Sep 2009 14:50:40 +0000 (16:50 +0200)
Reviewed-by: Friedemann Kleint
src/plugins/qt4projectmanager/qt-s60/qt-s60.pri

index 279447c..d421fe1 100644 (file)
@@ -22,5 +22,5 @@ SUPPORT_QT_S60 = $$(QTCREATOR_WITH_S60)
         $$PWD/rvcttoolchain.h
     FORMS += $$PWD/s60devicespreferencepane.ui
     OTHER_FILES += $$PWD/qt-s60-todo.txt
-    include(../../shared/trk/trk.pri)||error("could not include trk.pri")
+    include(../../../shared/trk/trk.pri)||error("could not include trk.pri")
 }