Skip to content

Commit

Permalink
Merge pull request #864 from Ablu/master
Browse files Browse the repository at this point in the history
Added Qt.gui to Export{} of libtiled.qbs
  • Loading branch information
bjorn committed Jan 14, 2015
2 parents d879636 + f55ed81 commit e40d9c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/libtiled/libtiled.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ DynamicLibrary {

Export {
Depends { name: "cpp" }
Depends {
name: "Qt"
submodules: ["gui"]
}

cpp.includePaths: "."
}

Expand Down

0 comments on commit e40d9c9

Please sign in to comment.