File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ ENDIF(WIN32)
9191 set (CMAKE_CXX_FLAGS "-std=c++0x" )
9292 set (CMAKE_INSTALL_PYTHON "${PYTHON_SITE} /SeExpr" )
9393 include_directories (${SIP_INCLUDE_DIR} ${PYQT4_SIP}
94- ${PYTHON_INCLUDE_DIR} ${QT_INCLUDE_DIR } /QtCore
95- ${QT_INCLUDE_DIR } /QtGui)
94+ ${PYTHON_INCLUDE_DIR} ${QT_HEADERS_DIR } /QtCore
95+ ${QT_HEADERS_DIR } /QtGui)
9696
9797 add_custom_command (OUTPUT sipexpreditorpart0.cpp
9898 DEPENDS ${CMAKE_CURRENT_SOURCE_DIR} /SeExprEditor.sip
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ STRING(COMPARE EQUAL "${RMANTREE_TEST}" "" RMAN_SET)
2121IF (NOT ${RMAN_SET} )
2222include_directories ($ENV{RMANTREE} /include )
2323link_directories ($ENV{RMANTREE} /lib)
24- add_library (SeExprOp SHARED seop.cpp)
24+ add_library (SeExprOp MODULE seop.cpp)
2525target_link_libraries (SeExprOp prman ${SEEXPR_LIBRARIES} )
2626FILE (GLOB ribs "*.rib" )
2727install (TARGETS SeExprOp DESTINATION ${CMAKE_INSTALL_LIBDIR} /prman)
You can’t perform that action at this time.
0 commit comments