summaryrefslogtreecommitdiffstats
path: root/src/threed/threed.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/threed/threed.pro')
-rw-r--r--src/threed/threed.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/threed/threed.pro b/src/threed/threed.pro
index 00e8d60c4..d4e908f5f 100644
--- a/src/threed/threed.pro
+++ b/src/threed/threed.pro
@@ -30,6 +30,7 @@ symbian {
}
}
+include(../private/private.pri)
include(threed.pri)
PUBLIC_HEADERS = $$HEADERS
HEADERS += $$PRIVATE_HEADERS
@@ -38,9 +39,9 @@ DEFINES += QT_BUILD_Qt3D_LIB
!contains(QT_CONFIG, egl):DEFINES += QT_NO_EGL
INSTALL_HEADERS = ""
-for (hdr, PUBLIC_HEADERS) {
+for(hdr, PUBLIC_HEADERS) {
found_vdir = $$PWD
- for (vdir, VPATH) {
+ for(vdir, VPATH) {
found_vdir = $$vdir
exists($$found_vdir/$$hdr):break()
}