-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 @@ -# 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 |