Skip to content

Commit

Permalink
Add cmake files to qbs project
Browse files Browse the repository at this point in the history
  • Loading branch information
andibacher committed Jun 25, 2018
1 parent 70d037a commit 5f284fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions log4qt.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,13 @@ Project {
files: ["**/*.pr[io]"]
}
}

Product {
name: "cmake project files(log4qt)"
Group {
name: "files"
files: ["**/CMakeLists.txt", "cmake/*"]
}
}
}

0 comments on commit 5f284fb

Please sign in to comment.