Skip to content

Instantly share code, notes, and snippets.

@orgads
Last active September 7, 2015 07:48
Show Gist options
  • Save orgads/758a309f9bb976810ea7 to your computer and use it in GitHub Desktop.
Save orgads/758a309f9bb976810ea7 to your computer and use it in GitHub Desktop.
Product {
name: "External"
Group {
files: [
"file1.cpp",
"file2.cpp",
]
fileTags: ["listEventsInputs"]
}
Rule {
id: listEvents
inputs: ["listEventsInputs"]
Artifact {
filePath: project.buildDirectory + "EventBuffer.h"
fileTags: ["hpp"]
}
prepare: {
var cmd = shell.shell(qbs.hostOS, "listevents.sh", args);
cmd.description = 'generating ' + output.fileName;
cmd.highlight = 'compiler';
return cmd;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment