genode/qt4/lib/mk/qjpeg.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
343 B
Makefile

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