summaryrefslogtreecommitdiff
path: root/include.pro
authorkergoth <kergoth>2003-01-16 05:14:58 (UTC)
committer kergoth <kergoth>2003-01-16 05:14:58 (UTC)
commitcf6493da758500ef9995db704495a0f1440a2538 (patch) (unidiff)
tree9ec631ddbed4e3e6ec26f4dd142921f05e47fe2e /include.pro
parentec2be2b453c0cb5df6b1eabbcdc1e899562bf5c2 (diff)
downloadopie-cf6493da758500ef9995db704495a0f1440a2538.zip
opie-cf6493da758500ef9995db704495a0f1440a2538.tar.gz
opie-cf6493da758500ef9995db704495a0f1440a2538.tar.bz2
rename of toplevel .pro, to be included by the rest.
Diffstat (limited to 'include.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--include.pro32
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 @@
1# base opie install path
2outdir = /opt/QtPalmtop
3
4# ipkg control files
5control.path = /CONTROL
6control.files = control postinst prerm postrm preinst conffiles
7INSTALLS += control
8
9# images, default is $$outdir/pics/$$TARGET
10pics.path = $$outdir/pics/$$TARGET
11pics.files = pics/*
12INSTALLS += pics
13
14# sounds, default path is $$outdir/sounds/$$TARGET
15sounds.path = $$outdir/sounds/$$TARGET
16sounds.files = sounds/*
17INSTALLS += sounds
18
19# init scripts, default path is /etc/init.d
20init.path = /etc/init.d
21init.files = init
22INSTALLS += init
23
24# data, default path is /usr/share/$$TARGET
25data.path = /usr/share/$$TARGET
26data.files = share/*
27INSTALLS += data
28
29# sounds, default path is $$outdir/sounds/$$TARGET
30sounds.path = $$outdir/sounds/$$TARGET
31sounds.files = sounds/*
32INSTALLS += sounds