~ubuntu-branches/ubuntu/natty/pyside/natty

« back to all changes in this revision

Viewing changes to PySide/QtSvg/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Didier Raboud
  • Date: 2011-02-18 18:01:00 UTC
  • mfrom: (1.2.3 upstream) (6.1.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110218180100-vaczjij7g08fzfme
Tags: 1.0.0~rc1-1
* New 1.0.0~rc1 upstream release
  - Bump the B-D chain versions:
    + apiextractor to 0.10.0-2~
    + generatorrunner to 0.6.6
    + shiboken to 1.0.0~rc1
* Update patches to ~rc1.
* debian/watch: update to handle Release Candidates too.
* Bump XS-Python-Version to >= 2.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
                        ${QT_QTSVG_INCLUDE_DIR}
18
18
                        ${SHIBOKEN_INCLUDE_DIR}
19
19
                        ${libpyside_SOURCE_DIR}
20
 
                        ${PYTHON_INCLUDE_PATH}
 
20
                        ${SHIBOKEN_PYTHON_INCLUDE_DIR}
21
21
                        ${QtCore_BINARY_DIR}/PySide/QtCore/
22
22
                        ${QtGui_BINARY_DIR}/PySide/QtGui/)
23
23
set(QtSvg_libraries     pyside
24
 
                        ${PYSIDE_PYTHON_LIBRARIES}
 
24
                        ${SHIBOKEN_PYTHON_LIBRARIES}
25
25
                        ${SHIBOKEN_LIBRARY}
26
26
                        ${QT_QTSVG_LIBRARY}
27
27
                        ${QT_QTGUI_LIBRARY})
31
31
                     QtSvg_libraries
32
32
                     QtSvg_deps
33
33
                     QtSvg_typesystem_path
34
 
                     QtSvg_SRC
35
 
                     "")
 
34
                     QtSvg_SRC)