mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-02 20:16:48 +00:00
11 lines
331 B
Makefile
11 lines
331 B
Makefile
|
QT4 = qt-everywhere-opensource-src-4.7.1
|
||
|
|
||
|
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)
|