adds the --debug config option to compile in debugging messages, adds better support for install paths
git-svn-id: svn://svn.code.sf.net/p/qjoypad/code/trunk@103 c05e91a0-76c8-4ec0-b377-ef19ce7cc080
This commit is contained in:
committed by
virtuoussin13
parent
cb917d39c1
commit
ace3d5f898
@ -11,13 +11,13 @@
|
||||
|
||||
##### Setup Targets #####
|
||||
|
||||
icons.path = $$INSTALL/$$PREFIX/share/pixmaps/qjoypad
|
||||
icons.path = $$INSTALL_PREFIX/share/pixmaps/qjoypad
|
||||
icons.conf_path = $$PREFIX/share/pixmaps/qjoypad
|
||||
icons.extra = cp ../icons/* $${icons.path}; cd $${icons.path}; ln -sf gamepad4-24x24.png icon24.png; ln -sf gamepad3-64x64.png icon64.png; chmod -R a+r $${icons.path}
|
||||
|
||||
doc.path = $$INSTALL/$$PREFIX/share/doc/qjoypad3
|
||||
doc.path = $$INSTALL_PREFIX/share/doc/qjoypad3
|
||||
doc.extra = cp ../README.txt ../LICENSE.txt $${doc.path}
|
||||
|
||||
target.path = $$INSTALL_PREFIX/bin
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user