Skip to content

Commit

Permalink
modernized build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed Nov 5, 2018
1 parent a4433ee commit 0b1d42b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
16 changes: 5 additions & 11 deletions Twofold-Qt.qbs
Expand Up @@ -99,14 +99,11 @@ Project {
fileTags: [ "main-header"]
}

Depends { name: "SourceMap" }
Depends { name: "Qt"; submodules: ["core", "script"] }
Depends { name: "cpp" }
cpp.includePaths: [ "src/" ]
Properties {
condition: qbs.toolchain.contains("gcc")
cpp.cxxFlags: ["-std=c++11"]
}

Depends { name: "Qt.script" }
Depends { name: "SourceMap" }

Group {
name: "Install"
Expand Down Expand Up @@ -142,14 +139,11 @@ Project {
}

Export {
Depends { name: "Qt.script" }
Depends { name: "SourceMap" }
Depends { name: "Qt"; submodules: ["core", "script"] }

Depends { name: "cpp" }
cpp.includePaths: [ "src/" ]
Properties {
condition: qbs.toolchain.contains("gcc")
cpp.cxxFlags: ["-std=c++11"]
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion vendor/SourceMap
Submodule SourceMap updated 1 files
+6 −11 SourceMap-Qt.qbs

0 comments on commit 0b1d42b

Please sign in to comment.