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
This commit is contained in:
parent
9fe4482de1
commit
ab53743198
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user