Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed webkit dependancy
  • Loading branch information
Voker57 committed Jun 8, 2011
1 parent 307aff4 commit 9641739
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Expand Up @@ -10,7 +10,6 @@ endif()
SET (QT_USE_QTNETWORK TRUE)
SET (QT_USE_QTXMLPATTERNS TRUE)
SET (QT_USE_QTXML TRUE)
SET (QT_USE_QTWEBKIT TRUE)

if(NOT DEFINED VERSION)
find_program (GIT_CMD git)
Expand Down
2 changes: 1 addition & 1 deletion qmpdclient.pro
Expand Up @@ -16,7 +16,7 @@ DEFINES += NAMEVER='"\\"QMPDClient \
$$VERSION\\""'
DEFINES += VERSION='"\\"$$VERSION\\""'
INCLUDEPATH += src
QT += network xml xmlpatterns webkit
QT += network xml xmlpatterns

FORMS += ui/aboutdialog.ui \
ui/addradiodialog.ui \
Expand Down

0 comments on commit 9641739

Please sign in to comment.