mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 14:37:50 +00:00
11 lines
338 B
Makefile
11 lines
338 B
Makefile
QT4 = qt-everywhere-opensource-src-4.7.1
|
|
|
|
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)
|