Skip to content

Commit

Permalink
[libmlocale] Remove unused GConf dependency. Contributes to JB#36001
Browse files Browse the repository at this point in the history
  • Loading branch information
pvuorela committed Sep 12, 2016
1 parent 1695b3c commit 74daaae
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion rpm/libmlocale-qt5.spec
Expand Up @@ -13,7 +13,6 @@ BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Xml)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: gconf-devel
BuildRequires: qt5-qttools-linguist

%description
Expand Down
2 changes: 0 additions & 2 deletions tests/ft_locales/ft_locales.pro
@@ -1,8 +1,6 @@
include(../common_top.pri)

CONFIG += link_pkgconfig
TARGET = ft_locales
PKGCONFIG += gconf-2.0

# unit
TEST_SOURCES = \
Expand Down
2 changes: 0 additions & 2 deletions tests/ft_mcharsetdetector/ft_mcharsetdetector.pro
@@ -1,8 +1,6 @@
include(../common_top.pri)

CONFIG += link_pkgconfig
TARGET = ft_mcharsetdetector
PKGCONFIG += gconf-2.0

# unit
TEST_SOURCES = \
Expand Down
2 changes: 0 additions & 2 deletions tests/ft_mstringsearch/ft_mstringsearch.pro
@@ -1,8 +1,6 @@
include(../common_top.pri)

CONFIG += link_pkgconfig
TARGET = ft_mstringsearch
PKGCONFIG += gconf-2.0

# unit
TEST_SOURCES = \
Expand Down

0 comments on commit 74daaae

Please sign in to comment.