Skip to content

Commit

Permalink
Merge pull request #27 from VladRassokhin/fix-compilation-qt-widgets-dep
Browse files Browse the repository at this point in the history
Fix compilation with Qt-5.2.1
  • Loading branch information
alekseysidorov committed Mar 25, 2014
2 parents b0a9f47 + 5686ad2 commit befd15b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qml/qml.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Product {
Depends { name: "Qt.network" }
Depends { name: "Qt.declarative"; condition: Qt.core.versionMajor === 4 }
Depends { name: "Qt.quick"; condition: Qt.core.versionMajor === 5 }
Depends { name: "Qt.widgets"; condition: Qt.core.versionMajor === 5 }
Depends { name: "vreen"}
Depends { name: "vreenoauth" }
Depends { name: "vreen.core" }
Expand Down

0 comments on commit befd15b

Please sign in to comment.