genode/qt4/lib/mk/qgif.mk
Christian Prochaska e085828725 Qt4 cleanup
- Remove example application source code files which also exist in contrib
- Outsource commonly used parts from target.mk files
- Store the current Qt version only in one place
- Add run scripts for the example applications

Fixes #127.
2012-02-24 23:46:10 +01:00

11 lines
335 B
Makefile

include $(REP_DIR)/lib/import/import-qgif.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)