remove redundant code
amends bb6b2f407 Change-Id: Ib56c502350bf46db352fb36d0ce46b6eb7c8ff58 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
525eb33767
commit
a05cedd70b
@ -18,10 +18,6 @@ if(win32|mac):!macx-xcode {
|
|||||||
contains(QT_CONFIG, debug_and_release):CONFIG += debug_and_release
|
contains(QT_CONFIG, debug_and_release):CONFIG += debug_and_release
|
||||||
contains(QT_CONFIG, build_all):CONFIG += build_all
|
contains(QT_CONFIG, build_all):CONFIG += build_all
|
||||||
}
|
}
|
||||||
contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
|
|
||||||
contains(QT_CONFIG, separate_debug_info):CONFIG += separate_debug_info
|
|
||||||
contains(QT_CONFIG, separate_debug_info_nocopy):CONFIG += separate_debug_info_nocopy
|
|
||||||
contains(QT_CONFIG, c++11):CONFIG += c++11
|
|
||||||
|
|
||||||
isEmpty(CXX_MODULE) {
|
isEmpty(CXX_MODULE) {
|
||||||
CXX_MODULE = $$TARGET
|
CXX_MODULE = $$TARGET
|
||||||
|
Loading…
x
Reference in New Issue
Block a user