2013-08-07 21:47:24 +02:00
|
|
|
QT += testlib qml
|
|
|
|
CONFIG -= app_bundle
|
|
|
|
|
2014-02-06 22:49:43 +01:00
|
|
|
include(../pyotherside.pri)
|
|
|
|
DEFINES += PYOTHERSIDE_VERSION=\\\"$${VERSION}\\\"
|
|
|
|
|
2013-08-07 21:47:24 +02:00
|
|
|
SOURCES += tests.cpp
|
|
|
|
HEADERS += tests.h
|
|
|
|
|
|
|
|
SOURCES += ../src/qpython.cpp
|
2013-08-08 18:06:19 +02:00
|
|
|
SOURCES += ../src/qpython_worker.cpp
|
2013-08-07 21:47:24 +02:00
|
|
|
SOURCES += ../src/qpython_priv.cpp
|
2014-08-14 21:28:33 +02:00
|
|
|
SOURCES += ../src/pyobject_ref.cpp
|
2014-10-09 11:30:18 +02:00
|
|
|
SOURCES += ../src/qobject_ref.cpp
|
2013-08-07 21:47:24 +02:00
|
|
|
|
|
|
|
HEADERS += ../src/qpython.h
|
2013-08-08 18:06:19 +02:00
|
|
|
HEADERS += ../src/qpython_worker.h
|
2013-08-07 21:47:24 +02:00
|
|
|
HEADERS += ../src/qpython_priv.h
|
|
|
|
HEADERS += ../src/converter.h
|
|
|
|
HEADERS += ../src/qvariant_converter.h
|
|
|
|
HEADERS += ../src/pyobject_converter.h
|
2014-10-09 11:30:18 +02:00
|
|
|
HEADERS += ../src/pyobject_ref.h
|
|
|
|
HEADERS += ../src/qobject_ref.h
|
2013-08-07 21:47:24 +02:00
|
|
|
|
|
|
|
DEPENDPATH += . ../src
|
|
|
|
INCLUDEPATH += . ../src
|
|
|
|
|
|
|
|
include(../python.pri)
|