[Pkg-owncloud-commits] [owncloud-client] 49/103: Fix compilation without the BUILD_ONLY_LIBRARIES mode
    Sandro Knauß 
    hefee-guest at moszumanska.debian.org
       
    Wed Apr 30 18:08:58 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit edb1f61241bb6fe11cce1b85933c534b61edb5a2
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Tue Apr 22 12:44:01 2014 +0200
    Fix compilation without the BUILD_ONLY_LIBRARIES mode
---
 src/mirall/utility.cpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/mirall/utility.cpp b/src/mirall/utility.cpp
index e2e2246..fa4a64b 100644
--- a/src/mirall/utility.cpp
+++ b/src/mirall/utility.cpp
@@ -24,6 +24,7 @@
 #include <QUrl>
 #ifndef TOKEN_AUTH_ONLY
 #include <QWidget>
+#include <QDesktopServices>
 #endif
 #include <QDebug>
 #include <QProcess>
@@ -32,9 +33,6 @@
 #include <QSysInfo>
 
 #if QT_VERSION < QT_VERSION_CHECK(5, 0, 0)
-#ifndef TOKEN_AUTH_ONLY
-#include <QDesktopServices>
-#endif
 #include <QTextDocument>
 #else
 #include <QStandardPaths>
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
    
    
More information about the Pkg-owncloud-commits
mailing list