mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-30 10:38:55 +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)
|