2018-04-24 12:40:22 +02:00
|
|
|
include $(call select_from_repositories,lib/import/import-qt5_scriptclassic.mk)
|
2013-08-09 15:04:52 +02: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 12:40:22 +02: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 15:04:52 +02:00
|
|
|
|
2014-08-12 18:08:06 +02:00
|
|
|
vpath % $(QT5_PORT_DIR)/src/lib/qt5/qtscriptclassic-1.0_1-opensource/src
|
2018-01-03 18:40:54 +01:00
|
|
|
|
|
|
|
CC_CXX_WARN_STRICT =
|