File: pythonplugin.pro

package info (click to toggle)
psi-plus 1.4.1456-2.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 26,188 kB
  • sloc: cpp: 211,254; ansic: 19,786; javascript: 13,687; xml: 4,056; sh: 1,610; makefile: 437; objc: 407; python: 277; ruby: 171
file content (9 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
include(../../plugins.pri)

PYTHON_PATH = /Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3/

LIBS += -lpython

INCLUDEPATH += $$PYTHON_PATH

SOURCES += pythonplugin.cpp