mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-06 22:08:46 +00:00
2bbf40d76a
Fixes #124.
11 lines
341 B
Makefile
11 lines
341 B
Makefile
include $(REP_DIR)/lib/import/import-qt4.mk
|
|
|
|
SRC_CC = main.cpp qjpeghandler.cpp
|
|
|
|
INC_DIR += $(REP_DIR)/contrib/$(QT4)/include/QtGui/private
|
|
|
|
LIBS = qt_core libc jpeg
|
|
|
|
vpath % $(call select_from_repositories,contrib/$(QT4)/src/plugins/imageformats/jpeg)
|
|
vpath % $(call select_from_repositories,contrib/$(QT4)/src/gui/image)
|