Add the following line to 'Advanced settings' of 'GWT Compile' dialog:
-draftCompile -localWorkers XX being the number of cores in your CPU.
You can thank me later :)
(+Boris Daich, you might find it helpful)
A blog containing tips and trips of the mobile developing trade.
-draftCompile -localWorkers XX being the number of cores in your CPU.
qrcobj = programEnv.Qrc("SomeFile.qrc", QT4_QRCFLAGS="-name SomeFile")and all is well.
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): warning MSB8015: Forcing a rebuild of all source files due to the contents of ".........\Debug\custombuild.command.1.tlog" being invalid.
NSURL* furl = [f trackUrl];
// ipod-library://item/item.mp3?id=
if([[furl scheme] isEqualToString:@"ipod-library"]){
NSNumber* pid = [NSNumber numberWithLongLong: [[f.name substringFromIndex:32] longLongValue] ];;
MPMediaPropertyPredicate *predicate = [MPMediaPropertyPredicate predicateWithValue:pid forProperty:MPMediaItemPropertyPersistentID];
MPMediaQuery *songQuery = [[[MPMediaQuery alloc] init] autorelease];
[songQuery addFilterPredicate: predicate];
if (songQuery.items.count == 0) {
return NO; // NOT FOUND!
}