Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
[libcontacts] Remove Qt4 support
  • Loading branch information
matthewvogt committed Jan 28, 2014
1 parent b6957d6 commit dbc9ba3
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 348 deletions.
13 changes: 1 addition & 12 deletions config.pri
Expand Up @@ -3,15 +3,4 @@ include(package.pri)
CONFIG += qt link_pkgconfig
QT -= gui

equals(QT_MAJOR_VERSION, 4) {
CONFIG += mobility
MOBILITY += contacts versit
PKGCONFIG += qtcontacts-sqlite-extensions
}
equals(QT_MAJOR_VERSION, 5) {
PKGCONFIG += Qt5Contacts Qt5Versit qtcontacts-sqlite-qt5-extensions
DEFINES *= USING_QTPIM

# Needed for qt4 moc, which can't handle numeric tests
DEFINES *= QT_VERSION_5
}
PKGCONFIG += Qt5Contacts Qt5Versit qtcontacts-sqlite-qt5-extensions
3 changes: 1 addition & 2 deletions package.pri
@@ -1,2 +1 @@
equals(QT_MAJOR_VERSION, 4): PACKAGENAME=contactcache
equals(QT_MAJOR_VERSION, 5): PACKAGENAME=contactcache-qt5
PACKAGENAME=contactcache-qt5
64 changes: 0 additions & 64 deletions rpm/libcontacts.spec

This file was deleted.

0 comments on commit dbc9ba3

Please sign in to comment.