• 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/qt-script-qtdbus-no-gui.patch
Peter KorsgaardPeter Korsgaard committed 24bc2ff8c1d25 Feb 2012
Raw file
Source viewDiff to previous
 
1
[PATCH] fix build with script+dbus enabled, but no gui
2
​
3
The script/qtdbus plugin doesn't need gui support, so don't try to
4
link it against libQtGui.
5
​
6
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
7
---
8
 src/plugins/script/qtdbus/qtdbus.pro |    2 +-
9
 1 file changed, 1 insertion(+), 1 deletion(-)
10
​
11
Index: qt-4.7.3/src/plugins/script/qtdbus/qtdbus.pro
12
===================================================================
13
--- qt-4.7.3.orig/src/plugins/script/qtdbus/qtdbus.pro
14
+++ qt-4.7.3/src/plugins/script/qtdbus/qtdbus.pro
15
@@ -1,6 +1,6 @@
16
 TARGET  = qtscriptdbus
17
 include(../../qpluginbase.pri)
18
-QT = core gui script
19
+QT = core script
20
 CONFIG += qdbus
21
 
22
 SOURCES += main.cpp
  • 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.