annotate build/svg.txt @ 282:256ab6cb8e85

Signals look-up andNew syntax for connect. The old one will not work from now on. This will allow for the signals overload. Although changes are done for both D1 and D2 versions, D1 won't work because of compiler bugs. I am tired of waiting for fixes.
author eldar
date Fri, 16 Oct 2009 02:43:59 +0000
parents 8022ef40f110
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
37
8022ef40f110 svg package
eldar
parents: 7
diff changeset
1 set(required Core Gui Xml)
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
2
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
3 set(classes
37
8022ef40f110 svg package
eldar
parents: 7
diff changeset
4 QGraphicsSvgItem
8022ef40f110 svg package
eldar
parents: 7
diff changeset
5 QSvgGenerator
8022ef40f110 svg package
eldar
parents: 7
diff changeset
6 QSvgRenderer
8022ef40f110 svg package
eldar
parents: 7
diff changeset
7 QSvgWidget
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
8 )