summaryrefslogtreecommitdiffstats
path: root/src/qt_install.pri
diff options
context:
space:
mode:
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>2011-05-07 22:08:42 -0500
committerMarius Storm-Olsen <marius.storm-olsen@nokia.com>2011-05-07 22:10:54 -0500
commitab5374319868d30386a4d5ded16ad0758fe374a1 (patch)
tree0114269997d8ae29e0f5e4e6f05d1bf5afc88794 /src/qt_install.pri
parent9fe4482de138fcac465b31673644925448b0cedf (diff)
Install private headers into the correct location
The privates need to be under <MODULE NAME>/ since we use #include <ModuleName/private/header_p.h> in many places
Diffstat (limited to 'src/qt_install.pri')
-rw-r--r--src/qt_install.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt_install.pri b/src/qt_install.pri
index 17b41af1ce..f5ad51f591 100644
--- a/src/qt_install.pri
+++ b/src/qt_install.pri
@@ -32,7 +32,7 @@ qt_install_headers {
INSTALLS += targ_headers
private_headers.files = $$SYNCQT.PRIVATE_HEADER_FILES
- private_headers.path = $$[QT_INSTALL_HEADERS]/$$TARGET/$$eval(QT.$${MODULE}.VERSION)/private
+ private_headers.path = $$[QT_INSTALL_HEADERS]/$$TARGET/$$eval(QT.$${MODULE}.VERSION)/$$TARGET/private
INSTALLS += private_headers
}