Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'jb36025' into 'master'
Do not require Qt gui by default.

See merge request mer-core/commhistory-daemon!25
  • Loading branch information
saukko committed Apr 10, 2018
2 parents 15638de + fcc09cc commit 3b9ac9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common-project-config.pri
Expand Up @@ -31,7 +31,7 @@ RCC_DIR = resources
UI_DIR = ui
UI_HEADERS_DIR = ui/include
UI_SOURCES_DIR = ui/src
QT -= thread
QT -= thread gui

# we don't like warnings...
QMAKE_CXXFLAGS *= -Werror -Wno-unused-parameter -Wall -fno-exceptions
1 change: 1 addition & 0 deletions src/src.pro
Expand Up @@ -32,6 +32,7 @@ TARGET = commhistoryd
# dependencies
# -----------------------------------------------------------------------------
QT += dbus contacts versit
QT -= gui

PKGCONFIG += ngf-qt5 mce nemonotifications-qt5
PKGCONFIG += TelepathyQt5 commhistory-qt5 mlite5 mlocale5
Expand Down

0 comments on commit 3b9ac9c

Please sign in to comment.