Commit dca4a72f authored by Zeno Albisser's avatar Zeno Albisser
Browse files

Allow building on boot2qt.


Change-Id: I91ce455ac5e3992e50d13c14f4035f91baad85bf
Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
Showing with 2 additions and 2 deletions
Subproject commit ec43e18d084a44ed6bb4378f05f5523606316c5a
Subproject commit 0a34bb77a59122eeed3f5529a527423d45282db3
......@@ -3,7 +3,7 @@ defineTest(isPlatformSupported) {
osx:lessThan(QMAKE_XCODE_VERSION, 5.1): return(false)
linux-g++|win32-msvc2013|macx-clang: return(true)
android-g++-b2qt: return(true)
boot2qt: return(true)
return(false)
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment