Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #19 from monich/qt4-compat
[mms-lib] Re-enabled Qt4 support
  • Loading branch information
Slava Monich committed Apr 12, 2014
2 parents cde58d9 + caab7c8 commit 89076c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mms-lib/Config.mak
Expand Up @@ -13,7 +13,11 @@ RESIZE_DEFINES = -DMMS_RESIZE_IMAGEMAGICK
RESIZE_CFLAGS = $(shell pkg-config --cflags $(RESIZE_PKG))
else
ifeq ($(MMS_RESIZE),Qt)
ifeq ($(shell pkg-config --exists Qt5Gui; echo $$?),0)
RESIZE_PKG = Qt5Gui
else
RESIZE_PKG = QtGui
endif
RESIZE_LIBS = -lstdc++
RESIZE_DEFINES = -DMMS_RESIZE_QT
RESIZE_CPPFLAGS = $(shell pkg-config --cflags $(RESIZE_PKG))
Expand Down

0 comments on commit 89076c4

Please sign in to comment.