2018-04-24 10:40:22 +00:00
|
|
|
include $(call select_from_repositories,lib/import/import-qt5_scriptclassic.mk)
|
2013-08-09 13:04:52 +00:00
|
|
|
|
|
|
|
SHARED_LIB = yes
|
|
|
|
|
|
|
|
# use default warning level to avoid noise when compiling contrib code
|
|
|
|
CC_WARN =
|
|
|
|
|
|
|
|
include $(REP_DIR)/lib/mk/qt5_scriptclassic_generated.inc
|
|
|
|
|
|
|
|
include $(REP_DIR)/lib/mk/qt5.inc
|
|
|
|
|
2018-04-24 10:40:22 +00:00
|
|
|
LIBS += libc qt5_core qt5_gui qt5_widgets
|
|
|
|
|
|
|
|
INC_DIR += $(QT5_PORT_DIR)/src/lib/qt5/qtscriptclassic-1.0_1-opensource/src
|
2013-08-09 13:04:52 +00:00
|
|
|
|
2014-08-12 16:08:06 +00:00
|
|
|
vpath % $(QT5_PORT_DIR)/src/lib/qt5/qtscriptclassic-1.0_1-opensource/src
|
2018-01-03 17:40:54 +00:00
|
|
|
|
|
|
|
CC_CXX_WARN_STRICT =
|