From 711c066cc55172ec77749a369ba0273df73037b2 Mon Sep 17 00:00:00 2001 From: kergoth Date: Thu, 16 Jan 2003 06:33:48 +0000 Subject: Adjust included pro file to handle target path change depending on lib/nonlib.. preparing ipk generation via 'make install'. --- (limited to 'include.pro') diff --git a/include.pro b/include.pro index fb27a6d..301d6a8 100644 --- a/include.pro +++ b/include.pro @@ -3,6 +3,14 @@ # base opie install path outdir = /opt/QtPalmtop +contains( TEMPLATE, lib ) { + target.path = $$outdir/lib +} +!contains( TEMPLATE, lib ) { + target.path = $$outdir/bin +} +INSTALLS += target + # ipkg control files control.path = /CONTROL control.files = control postinst prerm postrm preinst conffiles -- cgit v0.9.0.2