summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2010-11-17 16:07:27 +0200
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2010-11-17 16:07:48 +0200
commit2d329f661995f54f3f0a95b7e2664437bd2e05a5 (patch)
tree3c2b0eecda305508304e0ea6c9227403443a927f
parent7f87337ab11f8c91ad4bbf61f7b2a0f1cddb5eb5 (diff)
Change order of library path and link option
Couldn't find the library otherwise on my system (gcc 4.4.4) Reviewed-by: Gunnar Sletta
-rw-r--r--src/scenegraph_include.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scenegraph_include.pri b/src/scenegraph_include.pri
index 654ee96..6b0d38e 100644
--- a/src/scenegraph_include.pri
+++ b/src/scenegraph_include.pri
@@ -10,7 +10,7 @@ INCLUDEPATH += \
$$PWD
QT += opengl declarative
-LIBS += -lQtSceneGraph -L$$PWD/../lib
+LIBS += -L$$PWD/../lib -lQtSceneGraph
DEFINES += QT_USE_SCENEGRAPH
DEFINES += QML_RUNTIME_TESTING