Skip to content

Commit

Permalink
Fix out of source builds
Browse files Browse the repository at this point in the history
Change-Id: I13db11320598a884ed817b4ce6f7ffefae91452e
Reviewed-by: Friedemann Kleint <[email protected]>
  • Loading branch information
mauricek committed Sep 22, 2016
1 parent 2ce8590 commit b3aa173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/angle/src/common/common.pri
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# static builds should still link ANGLE dynamically when dynamic GL is enabled
include(../../../gui/qtgui-config.pri)
include($$OUT_PWD/../../../gui/qtgui-config.pri)
static:qtConfig(dynamicgl) {
CONFIG -= static
CONFIG += shared
Expand Down

0 comments on commit b3aa173

Please sign in to comment.