-rw-r--r-- | include.pro | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/include.pro b/include.pro index cbc534d..12908ec 100644 --- a/include.pro +++ b/include.pro | |||
@@ -30,3 +30,3 @@ INSTALLS += sounds | |||
30 | init.path = /etc/init.d | 30 | init.path = /etc/init.d |
31 | init.files = init | 31 | init.files = init.d/* |
32 | INSTALLS += init | 32 | INSTALLS += init |
@@ -38,2 +38,10 @@ INSTALLS += data | |||
38 | 38 | ||
39 | etc.path = $$outdir/etc/ | ||
40 | etc.files = etc/* | ||
41 | INSTALLS += etc | ||
42 | |||
43 | apps.path = $$outdir/apps/ | ||
44 | apps.files = apps/* | ||
45 | INSTALLS += apps | ||
46 | |||
39 | # sounds, default path is $$outdir/sounds/$$TARGET | 47 | # sounds, default path is $$outdir/sounds/$$TARGET |
@@ -56,3 +64,6 @@ lrelease.commands = lrelease $(PRO) | |||
56 | 64 | ||
57 | QMAKE_EXTRA_UNIX_TARGETS += lupdate lrelease | 65 | ipk.target = ipk |
66 | ipk.commands = tmp=`mktemp -d /tmp/ipkg-opie.XXXXXXXXXX` && ( $(MAKE) DESTDIR="$$$$tmp" install && ipkg-build $$$$tmp; rm -rf $$$$tmp; ) | ||
67 | |||
68 | QMAKE_EXTRA_UNIX_TARGETS += lupdate lrelease ipk | ||
58 | 69 | ||