• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/qt5/Config.in
Thomas PetazzoniThomas Petazzoni committed 998ebc98b5407 Apr 2013
Raw file
Source viewDiff to previous
 
1
comment "Qt5 needs a toolchain with WCHAR, IPv6, thread and C++ support"
2
    depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS
3
​
4
menuconfig BR2_PACKAGE_QT5
5
    bool "Qt5"
6
    depends on BR2_INSTALL_LIBSTDCPP
7
    depends on BR2_USE_WCHAR
8
    depends on BR2_INET_IPV6
9
    depends on BR2_TOOLCHAIN_HAS_THREADS
10
    depends on !BR2_PACKAGE_QT
11
    help
12
      This option enables the Qt5 framework. Sub-options allow to
13
      select which modules should be built.
14
​
15
      http://qt-project.org
16
​
17
if BR2_PACKAGE_QT5
18
source "package/qt5/qt5base/Config.in"
19
source "package/qt5/qt5declarative/Config.in"
20
source "package/qt5/qt5graphicaleffects/Config.in"
21
source "package/qt5/qt5imageformats/Config.in"
22
source "package/qt5/qt5jsbackend/Config.in"
23
source "package/qt5/qt5multimedia/Config.in"
24
source "package/qt5/qt5quick1/Config.in"
25
source "package/qt5/qt5script/Config.in"
26
source "package/qt5/qt5svg/Config.in"
27
source "package/qt5/qt5webkit/Config.in"
28
source "package/qt5/qt5xmlpatterns/Config.in"
29
endif
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.