• 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/qt/Config.in
Thomas PetazzoniThomas Petazzoni committed 3845a93b30817 Nov 2012
Raw file
Source viewDiff to previous
    depends on !(BR2_PACKAGE_QT_SHARED && BR2_PACKAGE_QT_GUI_MODULE && BR2_PACKAGE_QT_NETWORK)
 
1
comment "qt requires a toolchain with C++ support enabled"
2
    depends on !BR2_INSTALL_LIBSTDCPP
3
​
4
menuconfig BR2_PACKAGE_QT
5
    bool "Qt"
6
    depends on BR2_INSTALL_LIBSTDCPP
7
    help
8
      Qt is a cross-platform application and UI framework for
9
      developers using C++.
10
​
11
      http://qt-project.org
12
​
13
if BR2_PACKAGE_QT
14
​
15
config BR2_PACKAGE_QT_DEBUG
16
    bool "Compile with debug support"
17
    help
18
      If unsure, say N.
19
​
20
config BR2_PACKAGE_QT_DEMOS
21
    bool "Compile and install demos and examples (with code)"
22
    select BR2_PACKAGE_QT_GUI_MODULE
23
    help
24
      If unsure, say N.
25
​
26
choice
27
    prompt "Library type"
28
    help
29
      Selects the library type: Shared or Static
30
​
31
config BR2_PACKAGE_QT_SHARED
32
    bool "Shared library"
33
    depends on !BR2_PREFER_STATIC_LIB
34
    help
35
      Create and use shared Qt libraries.
36
      If you have multiple programs that depend on Qt or intend to use
37
      plugins, say Y.
38
​
39
config BR2_PACKAGE_QT_STATIC
40
    bool "Static Library"
41
    help
42
      Create and use static Qt libraries.
43
      If you don't have multiple programs on the target that depends on
44
      Qt, then this will save you quite some of storage space.
45
      If unsure, say Y.
46
​
47
endchoice
48
​
49
config BR2_PACKAGE_QT_LICENSE_APPROVED
50
    bool "Approve free license"
51
    help
52
      Select this if you approve one of the available free licenses for the
53
      Qt4 library.
54
      By doing this you will not be asked while the library is compiled.
55
      Please read and understand the license terms before approving this.
56
​
57
      LGPL v2.1: http://doc.trolltech.com/4.5/lgpl.html
58
      GPL  v3.0: http://doc.trolltech.com/4.5/gpl.html
59
​
60
config BR2_PACKAGE_QT_CONFIG_FILE
61
    string "Config file"
62
    help
63
      Configure options allow to set which modules are being
  • 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.