summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-05-02 18:05:56 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2017-05-03 07:37:13 +0000
commit625e8cced51a31edc3f61622c2d49411a3d0d8bc (patch)
tree9f49ba30276d4056c22a8baf119ac1daa6f39a4b
parent8364074299f8aa3c6c8812d161a4bda390fd90c4 (diff)
Fix qbs build
Change-Id: I4d71a668ae6c2a24f568e7ca73170d9fc3fe677e Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
-rw-r--r--app/app.qbs8
1 files changed, 2 insertions, 6 deletions
diff --git a/app/app.qbs b/app/app.qbs
index 601a329..5683b27 100644
--- a/app/app.qbs
+++ b/app/app.qbs
@@ -8,12 +8,8 @@ QtcTool {
Depends { name: "Qt.network" }
- Properties {
- cpp.includePaths: ["/usr/include/elfutils"]
- cpp.dynamicLibraries: ["dw", "elf"]
- }
-
- cpp.allowUnresolvedSymbols: true
+ cpp.includePaths: ["/usr/include/elfutils"]
+ cpp.dynamicLibraries: ["dw", "elf"]
files: [
"main.cpp",