1
0
mirror of https://github.com/thp/pyotherside.git synced 2025-01-17 23:22:53 +08:00
pyotherside/tests/tests.pro

29 lines
674 B
Prolog
Raw Normal View History

2013-08-07 21:47:24 +02:00
QT += testlib qml
CONFIG -= app_bundle
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
SOURCES += ../src/qpython_worker.cpp
2013-08-07 21:47:24 +02:00
SOURCES += ../src/qpython_priv.cpp
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
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)