Changed Hively plugin project to not install itself

CQTexperiment
Chris Moeller 2013-11-05 15:36:59 -08:00
parent b80b3b1199
commit f005ee852c
1 changed files with 2 additions and 0 deletions

View File

@ -290,6 +290,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.7;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SKIP_INSTALL = YES;
};
name = Debug;
};
@ -321,6 +322,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.7;
SDKROOT = macosx;
SKIP_INSTALL = YES;
};
name = Release;
};