1
0
mirror of https://github.com/thp/pyotherside.git synced 2025-01-28 23:52:55 +08:00
pyotherside/tests/tests.pro
2014-02-06 22:49:43 +01:00

25 lines
540 B
Prolog

QT += testlib qml
CONFIG -= app_bundle
include(../pyotherside.pri)
DEFINES += PYOTHERSIDE_VERSION=\\\"$${VERSION}\\\"
SOURCES += tests.cpp
HEADERS += tests.h
SOURCES += ../src/qpython.cpp
SOURCES += ../src/qpython_worker.cpp
SOURCES += ../src/qpython_priv.cpp
HEADERS += ../src/qpython.h
HEADERS += ../src/qpython_worker.h
HEADERS += ../src/qpython_priv.h
HEADERS += ../src/converter.h
HEADERS += ../src/qvariant_converter.h
HEADERS += ../src/pyobject_converter.h
DEPENDPATH += . ../src
INCLUDEPATH += . ../src
include(../python.pri)