-rw-r--r-- | include.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include.pro b/include.pro index fb27a6d..301d6a8 100644 --- a/include.pro +++ b/include.pro | |||
@@ -1,21 +1,29 @@ | |||
1 | # make install | 1 | # make install |
2 | 2 | ||
3 | # base opie install path | 3 | # base opie install path |
4 | outdir = /opt/QtPalmtop | 4 | outdir = /opt/QtPalmtop |
5 | 5 | ||
6 | contains( TEMPLATE, lib ) { | ||
7 | target.path = $$outdir/lib | ||
8 | } | ||
9 | !contains( TEMPLATE, lib ) { | ||
10 | target.path = $$outdir/bin | ||
11 | } | ||
12 | INSTALLS += target | ||
13 | |||
6 | # ipkg control files | 14 | # ipkg control files |
7 | control.path = /CONTROL | 15 | control.path = /CONTROL |
8 | control.files = control postinst prerm postrm preinst conffiles | 16 | control.files = control postinst prerm postrm preinst conffiles |
9 | INSTALLS += control | 17 | INSTALLS += control |
10 | 18 | ||
11 | # images, default is $$outdir/pics/$$TARGET | 19 | # images, default is $$outdir/pics/$$TARGET |
12 | pics.path = $$outdir/pics/$$TARGET | 20 | pics.path = $$outdir/pics/$$TARGET |
13 | pics.files = pics/* | 21 | pics.files = pics/* |
14 | INSTALLS += pics | 22 | INSTALLS += pics |
15 | 23 | ||
16 | # sounds, default path is $$outdir/sounds/$$TARGET | 24 | # sounds, default path is $$outdir/sounds/$$TARGET |
17 | sounds.path = $$outdir/sounds/$$TARGET | 25 | sounds.path = $$outdir/sounds/$$TARGET |
18 | sounds.files = sounds/* | 26 | sounds.files = sounds/* |
19 | INSTALLS += sounds | 27 | INSTALLS += sounds |
20 | 28 | ||
21 | # init scripts, default path is /etc/init.d | 29 | # init scripts, default path is /etc/init.d |