mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-24 16:05:36 +08:00
Remove platform-specific logic for qtactiveqt module.
For the sake of a uniform test procedure, it is cleaner to have `make module-qtactiveqt' always working, but simply not building anything on platforms where ActiveQt is not supported. Without this, any test procedure for building Qt5 needs to be able to know or determine that ActiveQt should only be built on Windows. Reviewed-by: Jason McDonald Change-Id: I3869bbacdc6598a764561a4b9f6042c49e6ffae8
This commit is contained in:
2
qt.pro
2
qt.pro
@@ -85,10 +85,10 @@ SUBDIRS = \
|
||||
module_qlalr \
|
||||
module_qtqa \
|
||||
module_qtlocation \
|
||||
module_qtactiveqt \
|
||||
|
||||
exists(qtwebkit/Tools/Scripts/build-webkit) {
|
||||
SUBDIRS += module_qtwebkit \
|
||||
module_qtwebkit_examples_and_demos
|
||||
module_qttools.depends += module_qtwebkit
|
||||
}
|
||||
win32:SUBDIRS += module_qtactiveqt
|
||||
|
||||
Submodule qtactiveqt updated: e2deded490...6729e60cfa
Reference in New Issue
Block a user