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

22 lines
460 B
Prolog

QT += testlib qml
CONFIG -= app_bundle
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)