~ubuntu-branches/ubuntu/utopic/pyside/utopic

« back to all changes in this revision

Viewing changes to PySide/QtTest/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:
14
14
                        ${QT_QTTEST_INCLUDE_DIR}
15
15
                        ${SHIBOKEN_INCLUDE_DIR}
16
16
                        ${libpyside_SOURCE_DIR}
17
 
                        ${PYTHON_INCLUDE_PATH}
 
17
                        ${SHIBOKEN_PYTHON_INCLUDE_DIR}
18
18
                        ${QtCore_BINARY_DIR}/PySide/QtCore/
19
19
                        ${QtGui_BINARY_DIR}/PySide/QtGui/)
20
20
set(QtTest_libraries    pyside
21
 
                        ${PYSIDE_PYTHON_LIBRARIES}
 
21
                        ${SHIBOKEN_PYTHON_LIBRARIES}
22
22
                        ${SHIBOKEN_LIBRARY}
23
23
                        ${QT_QTTEST_LIBRARY}
24
24
                        ${QT_QTGUI_LIBRARY}
29
29
                     QtTest_libraries
30
30
                     QtTest_deps
31
31
                     QtTest_typesystem_path
32
 
                     QtTest_SRC
33
 
                     "")
 
32
                     QtTest_SRC)