diff options
| author | nyamatongwe <nyamatongwe@gmail.com> | 2013-11-07 18:15:10 +1100 |
|---|---|---|
| committer | nyamatongwe <nyamatongwe@gmail.com> | 2013-11-07 18:15:10 +1100 |
| commit | 726f8930eb671beb040d43e106845ffc3c8886bb (patch) | |
| tree | a44f00d0cebcd99dbb966aff001b8eceba8a0f5b /qt/ScintillaEditPy/ScintillaEditPy.pro | |
| parent | 2846e66bca66bb6f5fa5afdb53b92643f2e70e66 (diff) | |
| download | scintilla-mirror-726f8930eb671beb040d43e106845ffc3c8886bb.tar.gz | |
Feature [feature-requests:#1544]. Qt build system fixes for PySide separate from shiboken.
From Mark Yen.
Diffstat (limited to 'qt/ScintillaEditPy/ScintillaEditPy.pro')
| -rw-r--r-- | qt/ScintillaEditPy/ScintillaEditPy.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt/ScintillaEditPy/ScintillaEditPy.pro b/qt/ScintillaEditPy/ScintillaEditPy.pro index 92841ef7e..d8884e5ad 100644 --- a/qt/ScintillaEditPy/ScintillaEditPy.pro +++ b/qt/ScintillaEditPy/ScintillaEditPy.pro @@ -43,7 +43,7 @@ macx { # QMAKE_CXXFLAGS = -arch i386 -arch x86_64 # QMAKE_LFLAGS = -arch i386 -arch x86_64 LIBS += -L$$PY_LIBDIR -lpython$$PY_VERSION_SUFFIX - LIBS += -L$$PYSIDE_LIB + LIBS += -L$$PYSIDE_LIB -L$$SHIBOKEN_LIB debug { LIBS += -lshiboken-python$$PY_VERSION_SUFFIX-dbg LIBS += -lpyside-python$$PY_VERSION_SUFFIX-dbg @@ -63,7 +63,7 @@ win32 { LIBS += -lQtCore } LIBS += -L$$PY_PREFIX/libs # Note python lib is pulled in via a #pragma - LIBS += -L$$PYSIDE_LIB + LIBS += -L$$PYSIDE_LIB -L$$SHIBOKEN_LIB # PySide uses x.y suffix on Windows even though Python uses xy DebugBuild { LIBS += -lshiboken-python$${PY_VERSION}_d |
