genode/qt4/lib/mk/qt_scripttools.mk

16 lines
410 B
Makefile
Raw Normal View History

2011-12-22 15:19:25 +00:00
include $(REP_DIR)/lib/import/import-qt_scripttools.mk
SHARED_LIB = yes
2013-05-02 15:59:56 +00:00
include $(REP_DIR)/lib/mk/qt_scripttools_generated.inc
2011-12-22 15:19:25 +00:00
2013-05-02 15:59:56 +00:00
include $(REP_DIR)/lib/mk/qt.inc
2011-12-22 15:19:25 +00:00
2013-05-02 15:59:56 +00:00
INC_DIR += $(REP_DIR)/include/qt4/QtScriptTools/private \
$(REP_DIR)/contrib/$(QT4)/include/QtScriptTools/private
2011-12-22 15:19:25 +00:00
LIBS += qt_core libc
vpath % $(REP_DIR)/include/qt4/QtScriptTools
vpath % $(REP_DIR)/include/qt4/QtScriptTools/private