summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSarah Smith <sarah.j.smith@nokia.com>2011-04-14 19:14:47 +1000
committerSarah Smith <sarah.j.smith@nokia.com>2011-04-14 19:14:47 +1000
commita7e16ec4088d0793d16780e05565047a1baa30b4 (patch)
treeb03888dceea69b1bc5a95ca6ff8da0dc427ba241 /src
parent86cac6f5bc9864bdf84063113808751a3a750800 (diff)
Generate packages for N900.
Diffstat (limited to 'src')
-rw-r--r--src/plugins/sceneformats/assimp/assimp.pro2
-rw-r--r--src/plugins/sceneformats/bezier/bezier.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/sceneformats/assimp/assimp.pro b/src/plugins/sceneformats/assimp/assimp.pro
index e47a51287..04ccab285 100644
--- a/src/plugins/sceneformats/assimp/assimp.pro
+++ b/src/plugins/sceneformats/assimp/assimp.pro
@@ -15,7 +15,7 @@ SOURCES += main.cpp \
ailoaderiosystem.cpp
package {
- LIBS += -L$$PWD/../threed -lQt3D
+ LIBS += -L$$PWD/../../../threed -lQt3D
INCLUDEPATH += ../../../../include
} else {
CONFIG += qt3d
diff --git a/src/plugins/sceneformats/bezier/bezier.pro b/src/plugins/sceneformats/bezier/bezier.pro
index d9197ed79..cd9e7adbc 100644
--- a/src/plugins/sceneformats/bezier/bezier.pro
+++ b/src/plugins/sceneformats/bezier/bezier.pro
@@ -8,7 +8,7 @@ SOURCES += main.cpp \
qglbezierscenehandler.cpp
package {
- LIBS += -L$$PWD/../threed -lQt3D
+ LIBS += -L$$PWD/../../../threed -lQt3D
INCLUDEPATH += ../../../../include
} else {
CONFIG += qt3d