Fix debug and release build for Windows CE
Change-Id: Idc3faa2c65f3e87aadf75c0c79f1581a24aff8ca Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
parent
aaaf60aeab
commit
563875bf29
@ -119,7 +119,7 @@ CONFIG += qmake_cache target_qt
|
||||
CONFIG -= fix_output_dirs
|
||||
|
||||
# If Qt was configured with -debug-and-release then build the module the same way
|
||||
if(win32|mac):!wince*:!macx-xcode {
|
||||
if(win32|mac):!macx-xcode {
|
||||
contains(QT_CONFIG, debug_and_release):CONFIG += debug_and_release
|
||||
contains(QT_CONFIG, build_all):CONFIG += build_all
|
||||
}
|
||||
|
@ -2,7 +2,7 @@ TEMPLATE = lib
|
||||
isEmpty(VERSION):VERSION = $$QT_VERSION
|
||||
CONFIG += qt plugin
|
||||
|
||||
if(win32|mac):!wince*:!macx-xcode {
|
||||
if(win32|mac):!macx-xcode {
|
||||
contains(QT_CONFIG, debug_and_release):CONFIG += debug_and_release
|
||||
contains(QT_CONFIG, build_all):CONFIG += build_all
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user