mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
e085828725
- 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.
11 lines
343 B
Makefile
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)
|