Skip to content

Commit

Permalink
don't duplicate CONFIG+=installed
Browse files Browse the repository at this point in the history
the included common.pri already does it.

amends 9ab4142.

Change-Id: If8c9285b92485b6574fde2adc2b92cc44f139ea0
Reviewed-by: Joerg Bornemann <[email protected]>
  • Loading branch information
ossilator committed Jun 22, 2016
1 parent 1824e43 commit dc2fcd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/angle/src/libEGL/libEGL.pro
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
CONFIG += installed
include(../common/common.pri)
DEF_FILE_TARGET=$${TARGET}
TARGET=$$qtLibraryTarget($${LIBEGL_NAME})
Expand Down
2 changes: 1 addition & 1 deletion src/angle/src/libGLESv2/libGLESv2.pro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CONFIG += simd installed
CONFIG += simd
include(../common/common.pri)
DEF_FILE_TARGET=$${TARGET}
TARGET=$$qtLibraryTarget($${LIBGLESV2_NAME})
Expand Down

0 comments on commit dc2fcd3

Please sign in to comment.