Skip to content

Commit

Permalink
[commhistory-daemon] Fix ut_textchannellistener to pull in QtGui
Browse files Browse the repository at this point in the history
textchannellistener and streamchannellistener use QtContacts, which
requires QtGui. The test would fail to build as a result, which was
hidden by another dependency (mlite) pulling in QtGui instead.
  • Loading branch information
John Brooks committed Apr 5, 2013
1 parent 288f449 commit 4d26788
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -61,7 +61,6 @@ SOURCES += ut_streamchannellistener.cpp \

DESTDIR = ../bin
QT += dbus
QT -= gui

# End of File

1 change: 0 additions & 1 deletion tests/ut_textchannellistener/ut_textchannellistener.pro
Expand Up @@ -62,7 +62,6 @@ SOURCES += ut_textchannellistener.cpp \

DESTDIR = ../bin
QT += dbus
QT -= gui

# End of File

0 comments on commit 4d26788

Please sign in to comment.