don't duplicate CONFIG+=installed

the included common.pri already does it.

amends 9ab41425.

Change-Id: If8c9285b92485b6574fde2adc2b92cc44f139ea0
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
bb10
Oswald Buddenhagen 2016-06-15 11:56:39 +02:00
parent 1824e43b51
commit dc2fcd3f8f
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
CONFIG += installed
include(../common/common.pri)
DEF_FILE_TARGET=$${TARGET}
TARGET=$$qtLibraryTarget($${LIBEGL_NAME})

View File

@ -1,4 +1,4 @@
CONFIG += simd installed
CONFIG += simd
include(../common/common.pri)
DEF_FILE_TARGET=$${TARGET}
TARGET=$$qtLibraryTarget($${LIBGLESV2_NAME})