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

« back to all changes in this revision

Viewing changes to PySide/QtCore/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Didier Raboud
  • Date: 2011-02-18 18:01:00 UTC
  • mfrom: (1.1.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20110218180100-y8aqmcdbcbd6gpeh
Tags: upstream-1.0.0~rc1
ImportĀ upstreamĀ versionĀ 1.0.0~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    )
35
35
endif()
36
36
 
37
 
 
38
 
 
39
37
set(QtCore_SRC
40
38
${CMAKE_CURRENT_BINARY_DIR}/PySide/QtCore/qabstracteventdispatcher_wrapper.cpp
41
39
${CMAKE_CURRENT_BINARY_DIR}/PySide/QtCore/qabstractfileengine_wrapper.cpp
60
58
${CMAKE_CURRENT_BINARY_DIR}/PySide/QtCore/qdynamicpropertychangeevent_wrapper.cpp
61
59
${CMAKE_CURRENT_BINARY_DIR}/PySide/QtCore/qevent_wrapper.cpp
62
60
${CMAKE_CURRENT_BINARY_DIR}/PySide/QtCore/qeventloop_wrapper.cpp
63
 
${CMAKE_CURRENT_BINARY_DIR}/${BINDING_NAME}/QtCore/qfactoryinterface_wrapper.cpp
 
61
${CMAKE_CURRENT_BINARY_DIR}/PySide/QtCore/qfactoryinterface_wrapper.cpp
64
62
${CMAKE_CURRENT_BINARY_DIR}/PySide/QtCore/qfile_wrapper.cpp
65
63
${CMAKE_CURRENT_BINARY_DIR}/PySide/QtCore/qfileinfo_wrapper.cpp
66
64
${CMAKE_CURRENT_BINARY_DIR}/PySide/QtCore/qfilesystemwatcher_wrapper.cpp
143
141
                        ${QT_INCLUDE_DIR}
144
142
                        ${SHIBOKEN_INCLUDE_DIR}
145
143
                        ${libpyside_SOURCE_DIR}
146
 
                        ${PYTHON_INCLUDE_PATH})
 
144
                        ${SHIBOKEN_PYTHON_INCLUDE_DIR})
147
145
set(QtCore_libraries  pyside
148
 
                      ${PYSIDE_PYTHON_LIBRARIES}
 
146
                      ${SHIBOKEN_PYTHON_LIBRARIES}
149
147
                      ${SHIBOKEN_LIBRARY}
150
148
                      ${QT_QTCORE_LIBRARY})
151
149
 
154
152
                     QtCore_libraries
155
153
                     ""
156
154
                     QtCore_typesystem_path
157
 
                     QtCore_SRC
158
 
                     "")
 
155
                     QtCore_SRC)