summarylogtreecommitdiffstats
path: root/gcconfig.pri
diff options
context:
space:
mode:
authorLuca 'meti' P2018-06-12 08:15:19 +0200
committerLuca 'meti' P2018-06-12 08:15:19 +0200
commitf6b9348e93caee636e47e1e707c0345c6857ab05 (patch)
tree7c8793662d911708fb4c130dcc3f89144eb97f0e /gcconfig.pri
parent18957b89061ae83c67ee2dbe519cd0bf22031ea8 (diff)
downloadaur-f6b9348e93caee636e47e1e707c0345c6857ab05.tar.gz
Update to 1806
Diffstat (limited to 'gcconfig.pri')
-rw-r--r--gcconfig.pri25
1 files changed, 0 insertions, 25 deletions
diff --git a/gcconfig.pri b/gcconfig.pri
index d7c9c92a2f52..c6594fcea261 100644
--- a/gcconfig.pri
+++ b/gcconfig.pri
@@ -61,22 +61,6 @@ exists(/usr/lib/libftd2xx.so) {
D2XX_LIBS = /usr/lib/libftd2xx.so
}
-# If you want Twitter support you must install a QT OAUTH library kQoAUTH
-# http://github.com/kypeli/kQOAuth (Version >= 0.98 - tested with 0.98))
-# Set path to the root of the OAUTH installation
-# If you installed in /usr/local/kqoauth then set
-# KQOAUTH_INSTALL = /usr/local/kqoauth
-# This will automatically set:
-# KQOAUTH_INCLUDE = $${KQOAUTH_INSTALL}/src
-# KQOAUTH_LIBS = $${KQOAUTH_INSTALL}/lib/libkqoauthd0.a // if in DEBUG mode
-# KQOAUTH_LIBS = $${KQOAUTH_INSTALL}/lib/libkqoauth0.a // if in RELEASE mode
-# You may override the INCLUDE and LIB files if you like.
-# You *must* define KQOAUTH_INSTALL to use this feature.
-
-KQOAUTH_INSTALL = yes
-#KQOAUTH_INCLUDE = kqoauth
-#KQOAUTH_LIBS = kqoauth/libkqoauth.a
-
# If you want 3D plotting, you need to install qwtplot3d
# http://qwtplot3d.sourceforge.net/
# If you are running Linux and have font problems, download
@@ -96,15 +80,6 @@ exists(/usr/lib/libqwtplot3d.a) {
QWT3D_LIBS = /usr/lib/libqwtplot3d.a
}
-
-# For TrainingPeaks.com upload/download you need to install the Qt Soap add-on
-# http://qt.nokia.com/products/appdev/add-on-products/catalog/4/Utilities/qtsoap
-# If qtsoap.pri is install in /usr/local/qtsolutions/soap/ then set
-# QTSOAP_INSTALL = /usr/local/qtsolutions/soap
-# By default we use a copy of Qt Soap in the GIT repository.
-# You *must* define QTSOAP_INSTALL to use a different version than this.
-#QTSOAP_INSTALL =
-
# If you want support for Google Earth .kml files then you need
# to install the Google libkml library
#