Skip to content
Snippets Groups Projects
Commit d9733064 authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Compile.

parent 84d9d0c4
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,8 @@ exists($$QT_SOURCE_TREE/src/declarative/qml/parser) { ...@@ -15,7 +15,8 @@ exists($$QT_SOURCE_TREE/src/declarative/qml/parser) {
include($$QT_SOURCE_TREE/src/declarative/qml/parser/parser.pri) include($$QT_SOURCE_TREE/src/declarative/qml/parser/parser.pri)
INCLUDEPATH += $$QT_SOURCE_TREE/src/declarative/qml INCLUDEPATH += $$QT_SOURCE_TREE/src/declarative/qml
} else { } else {
isEmpty($$(QTDIR_DUI)):error(run with export QTDIR_DUI=<path to kinetic/qt>) DUI=$$(QTDIR_DUI)
isEmpty(DUI):error(run with export QTDIR_DUI=<path to kinetic/qt>)
include($$(QTDIR_DUI)/src/declarative/qml/parser/parser.pri) include($$(QTDIR_DUI)/src/declarative/qml/parser/parser.pri)
INCLUDEPATH += $$(QTDIR_DUI)/src/declarative/qml INCLUDEPATH += $$(QTDIR_DUI)/src/declarative/qml
} }
......
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