From 0b9787872c6e88ebc5591e0fc2dcc6c3e57e9b9c Mon Sep 17 00:00:00 2001 From: kergoth Date: Thu, 16 Jan 2003 06:40:25 +0000 Subject: Add 'root' install, for files that need to be installed to nonstandard paths.. most of the include.pro is ready, the real work involves a lot of cvs structure/file rearranging and manual .pro edits to change the ipk generation method. --- (limited to 'include.pro') diff --git a/include.pro b/include.pro index 301d6a8..cbc534d 100644 --- a/include.pro +++ b/include.pro @@ -41,6 +41,11 @@ sounds.path = $$outdir/sounds/$$TARGET sounds.files = sounds/* INSTALLS += sounds +# anything in nonstandard paths +root.path = / +root.files = root/* +INSTALLS += root + # new targets lupdate.target = lupdate -- cgit v0.9.0.2