diff options
author | Alex <qt-info@nokia.com> | 2011-05-09 14:29:27 +1000 |
---|---|---|
committer | Alex <qt-info@nokia.com> | 2011-05-09 14:29:27 +1000 |
commit | d94e67fe339e89a2eeabc837bb9119f8b7be2807 (patch) | |
tree | 15e7ddd25de5d7cfbd71de3b039c4bb9bb11510a /sync.profile | |
parent | 31a6300090cf085c55ff43a999bdc8455d2f4b1b (diff) | |
download | qtlocation-d94e67fe339e89a2eeabc837bb9119f8b7be2807.tar.gz |
make QtLocation compile on Linux
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sync.profile b/sync.profile index 79111dcd..1dbdaeda 100644 --- a/sync.profile +++ b/sync.profile @@ -8,7 +8,6 @@ %mastercontent = ( "gui" => "#include <QtGui/QtGui>\n", "network" => "#include <QtNetwork/QtNetwork>\n", - "sql" => "#include <QtSql/QtSql>\n", ); %modulepris = ( "QtLocation" => "$basedir/modules/qt_location.pri", @@ -23,7 +22,6 @@ "QtLocation" => { "QtGui" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a", "QtNetwork" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a", - "QtSql" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a", "QtCore" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a", }, ); |