src/s60installs/deviceconfiguration/qtconfig.mk
branchRCL_3
changeset 6 dee5afe5301f
parent 5 d3bac044e0f0
child 8 3f74d0d4af4c
equal deleted inserted replaced
5:d3bac044e0f0 6:dee5afe5301f
     1 #
       
     2 # Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 #
       
     5 # Description:  
       
     6 #
       
     7 
       
     8 # All paths used in this file end with the path delimiter '/'
     1 # All paths used in this file end with the path delimiter '/'
     9 
     2 
    10 include $(EPOCROOT)epoc32/tools/shell/$(notdir $(basename $(SHELL))).mk
     3 include $(EPOCROOT)epoc32/tools/shell/$(notdir $(basename $(SHELL))).mk
    11 
     4 
    12 COPY := $(call ecopy)
     5 COPY := $(call ecopy)
    39 	$(call makepath,$(TARGETDIR))
    32 	$(call makepath,$(TARGETDIR))
    40 
    33 
    41 $(SOURCEDIR)qmake$(DOTEXE): $(QT_ROOT)configure$(DOTEXE)
    34 $(SOURCEDIR)qmake$(DOTEXE): $(QT_ROOT)configure$(DOTEXE)
    42 	echo Configuring Qt for build on $(CONF_PLATFORM) with $(XPLATFORM) as build setup
    35 	echo Configuring Qt for build on $(CONF_PLATFORM) with $(XPLATFORM) as build setup
    43 	cd $(CONFIGURE_ROOT) && $(QT_ROOT)configure$(DOTEXE) -platform $(CONF_PLATFORM) -xplatform $(XPLATFORM) $(OPTIONS)
    36 	cd $(CONFIGURE_ROOT) && $(QT_ROOT)configure$(DOTEXE) -platform $(CONF_PLATFORM) -xplatform $(XPLATFORM) $(OPTIONS)
    44 	$(COPY) $(QT_ROOT).qmake.cache $(EPOC_ROOT)$(INSTALLPATH)qmake.cache
       
    45 	$(COPY) $(EPOC_ROOT)epoc32/gcc_mingw/bin/mingwm10.dll $(EPOC_ROOT)$(INSTALLPATH)mingwm10.dll
    37 	$(COPY) $(EPOC_ROOT)epoc32/gcc_mingw/bin/mingwm10.dll $(EPOC_ROOT)$(INSTALLPATH)mingwm10.dll
    46 	$(COPY) $(EPOC_ROOT)epoc32/gcc_mingw/bin/mingwm10.dll $(QT_ROOT)bin/mingwm10.dll
    38 	$(COPY) $(EPOC_ROOT)epoc32/gcc_mingw/bin/mingwm10.dll $(QT_ROOT)bin/mingwm10.dll
    47 	
    39 	
    48 $(TARGET_TOOLS): $(SOURCE_TOOLS)
    40 $(TARGET_TOOLS): $(SOURCE_TOOLS)
    49 	$(COPY) $(SOURCEDIR)$(notdir $@) $@
    41 	$(COPY) $(SOURCEDIR)$(notdir $@) $@