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

Commit

Permalink
Merge pull request #75 from matthewvogt/remove-qt4
Browse files Browse the repository at this point in the history
Remove qt4 support
  • Loading branch information
matthewvogt committed Feb 5, 2014
2 parents a3c81b2 + 0f3788c commit 44f5f0e
Show file tree
Hide file tree
Showing 13 changed files with 90 additions and 430 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 44f5f0e

Please sign in to comment.