view build/svg.makefile @ 305:3b79bd4298e8 signals

Fixed "make install" command on windows. http://www.dsource.org/forums/viewtopic.php?t=4931&sid=a9b3b6103c99ae05c76269fd7c6c5448
author Alexey Prokhin <alexey.prokhin@yandex.ru>
date Sat, 19 Dec 2009 18:43:32 +0300
parents 8022ef40f110
children
line wrap: on
line source

## Qt Lib name.
qt_svg_name = QtSvg

## Libraries linked to the cpp part (is active only when  CPP_SHARED == true).
svg_link_cpp += qtdcore_cpp $(qt_core_lib_name) $(qt_gui_lib_name)

## Libraries linked to the d part (is active only when  CPP_SHARED == true)..
svg_link_d += qtdcore

## Module specific cpp files.
svg_cpp_files += 

## Module specific d files.
svg_d_files += 

## Classes.
## TODO: use list that generated by dgen.
svg_classes = \
    ArrayOps \
    QGraphicsSvgItem \
    QSvgGenerator \
    QSvgRenderer \
    QSvgWidget