mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 14:37:50 +00:00
2bbf40d76a
Fixes #124.
11 lines
334 B
Makefile
11 lines
334 B
Makefile
include $(REP_DIR)/lib/import/import-qt4.mk
|
|
|
|
SRC_CC = main.cpp qgifhandler.cpp
|
|
|
|
INC_DIR += $(REP_DIR)/contrib/$(QT4)/include/QtGui/private
|
|
|
|
LIBS = qt_core libc
|
|
|
|
vpath % $(call select_from_repositories,contrib/$(QT4)/src/plugins/imageformats/gif)
|
|
vpath % $(call select_from_repositories,contrib/$(QT4)/src/gui/image)
|