From 5a3ff5fcd51981ba6f65d161cda46471ce650c50 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Tue, 10 Aug 2010 19:43:41 +0000 Subject: don't hardcode /usr prefix for docs --- doc/doc.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/doc.pri b/doc/doc.pri index a717d5d2..a40f79bc 100644 --- a/doc/doc.pri +++ b/doc/doc.pri @@ -4,7 +4,7 @@ docs.depends = doc/Doxyfile # Install rules htmldocs.files = doc/html -htmldocs.path = /usr/share/doc/qxmpp +htmldocs.path = $$[QT_INSTALL_PREFIX]/share/doc/qxmpp htmldocs.CONFIG += no_check_exist directory QMAKE_EXTRA_TARGETS += docs -- cgit v1.2.3