Skip to content
Snippets Groups Projects
Commit 1e6cda9b authored by Robert Loehning's avatar Robert Loehning
Browse files

Fixed path to trk.pri.

Reviewed-by: Friedemann Kleint
parent 2a276da5
No related branches found
No related tags found
No related merge requests found
...@@ -22,5 +22,5 @@ SUPPORT_QT_S60 = $$(QTCREATOR_WITH_S60) ...@@ -22,5 +22,5 @@ SUPPORT_QT_S60 = $$(QTCREATOR_WITH_S60)
$$PWD/rvcttoolchain.h $$PWD/rvcttoolchain.h
FORMS += $$PWD/s60devicespreferencepane.ui FORMS += $$PWD/s60devicespreferencepane.ui
OTHER_FILES += $$PWD/qt-s60-todo.txt 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")
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment