forked from qt-creator/qt-creator
qbs project files: Fix some dependency exports.
Change-Id: I7049fcaab77639c17c4d0e74f7d9360a80fafcaa Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
@@ -46,4 +46,8 @@ QtcLibrary {
|
||||
"images/notloaded.png",
|
||||
"images/ok.png",
|
||||
]
|
||||
|
||||
Export {
|
||||
Depends { name: "Qt.core" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -217,7 +217,6 @@ QtcLibrary {
|
||||
}
|
||||
|
||||
Export {
|
||||
cpp.includePaths: [ ".." ]
|
||||
Depends { name: "Qt"; submodules: ["concurrent", "widgets" ] }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -131,5 +131,6 @@ QtcPlugin {
|
||||
|
||||
Export {
|
||||
Depends { name: "CPlusPlus" }
|
||||
Depends { name: "Qt.concurrent" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user