author | kergoth <kergoth> | 2003-01-16 05:14:58 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-16 05:14:58 (UTC) |
commit | cf6493da758500ef9995db704495a0f1440a2538 (patch) (side-by-side diff) | |
tree | 9ec631ddbed4e3e6ec26f4dd142921f05e47fe2e /include.pro | |
parent | ec2be2b453c0cb5df6b1eabbcdc1e899562bf5c2 (diff) | |
download | opie-cf6493da758500ef9995db704495a0f1440a2538.zip opie-cf6493da758500ef9995db704495a0f1440a2538.tar.gz opie-cf6493da758500ef9995db704495a0f1440a2538.tar.bz2 |
rename of toplevel .pro, to be included by the rest.
-rw-r--r-- | include.pro | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/include.pro b/include.pro new file mode 100644 index 0000000..ce2aa1f --- a/dev/null +++ b/include.pro @@ -0,0 +1,32 @@ +# base opie install path +outdir = /opt/QtPalmtop + +# ipkg control files +control.path = /CONTROL +control.files = control postinst prerm postrm preinst conffiles +INSTALLS += control + +# images, default is $$outdir/pics/$$TARGET +pics.path = $$outdir/pics/$$TARGET +pics.files = pics/* +INSTALLS += pics + +# sounds, default path is $$outdir/sounds/$$TARGET +sounds.path = $$outdir/sounds/$$TARGET +sounds.files = sounds/* +INSTALLS += sounds + +# init scripts, default path is /etc/init.d +init.path = /etc/init.d +init.files = init +INSTALLS += init + +# data, default path is /usr/share/$$TARGET +data.path = /usr/share/$$TARGET +data.files = share/* +INSTALLS += data + +# sounds, default path is $$outdir/sounds/$$TARGET +sounds.path = $$outdir/sounds/$$TARGET +sounds.files = sounds/* +INSTALLS += sounds |