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
parent
1824e43b51
commit
dc2fcd3f8f
|
|
@ -1,4 +1,3 @@
|
|||
CONFIG += installed
|
||||
include(../common/common.pri)
|
||||
DEF_FILE_TARGET=$${TARGET}
|
||||
TARGET=$$qtLibraryTarget($${LIBEGL_NAME})
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
CONFIG += simd installed
|
||||
CONFIG += simd
|
||||
include(../common/common.pri)
|
||||
DEF_FILE_TARGET=$${TARGET}
|
||||
TARGET=$$qtLibraryTarget($${LIBGLESV2_NAME})
|
||||
|
|
|
|||
Loading…
Reference in New Issue