author | kergoth <kergoth> | 2003-01-16 05:14:58 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-16 05:14:58 (UTC) |
commit | cf6493da758500ef9995db704495a0f1440a2538 (patch) (unidiff) | |
tree | 9ec631ddbed4e3e6ec26f4dd142921f05e47fe2e /paths.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-- | paths.pro | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/paths.pro b/paths.pro deleted file mode 100644 index ce2aa1f..0000000 --- a/paths.pro +++ b/dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | # base opie install path | ||
2 | outdir = /opt/QtPalmtop | ||
3 | |||
4 | # ipkg control files | ||
5 | control.path = /CONTROL | ||
6 | control.files = control postinst prerm postrm preinst conffiles | ||
7 | INSTALLS += control | ||
8 | |||
9 | # images, default is $$outdir/pics/$$TARGET | ||
10 | pics.path = $$outdir/pics/$$TARGET | ||
11 | pics.files = pics/* | ||
12 | INSTALLS += pics | ||
13 | |||
14 | # sounds, default path is $$outdir/sounds/$$TARGET | ||
15 | sounds.path = $$outdir/sounds/$$TARGET | ||
16 | sounds.files = sounds/* | ||
17 | INSTALLS += sounds | ||
18 | |||
19 | # init scripts, default path is /etc/init.d | ||
20 | init.path = /etc/init.d | ||
21 | init.files = init | ||
22 | INSTALLS += init | ||
23 | |||
24 | # data, default path is /usr/share/$$TARGET | ||
25 | data.path = /usr/share/$$TARGET | ||
26 | data.files = share/* | ||
27 | INSTALLS += data | ||
28 | |||
29 | # sounds, default path is $$outdir/sounds/$$TARGET | ||
30 | sounds.path = $$outdir/sounds/$$TARGET | ||
31 | sounds.files = sounds/* | ||
32 | INSTALLS += sounds | ||