1 --- vk_config.pri.orig 2010-11-11 07:12:56.050000003 -0300
2 +++ vk_config.pri 2010-11-11 07:14:07.000000005 -0300
4 # Set a default value for PREFIX (etc) in the generated makefiles
5 # Note: ignore INSTALL_ROOT: it's a qt special, can't be set from here
13 ######################################################################
14 # Install paths relative to $$PREFIX:
15 target.path = $$BINDIR
16 -doc.path = $$DATADIR/$$PACKAGE/doc
17 -doc_imgs.path = $$DATADIR/$$PACKAGE/doc/images
18 +doc.path = $$DATADIR/doc/$$PACKAGE
19 +doc_imgs.path = $$DATADIR/doc/$$PACKAGE/images
21 ######################################################################