1
0
mirror of https://github.com/thp/pyotherside.git synced 2025-02-05 08:08:23 +08:00
pyotherside/tests/tests.pro
2013-08-07 21:47:24 +02:00

20 lines
388 B
Prolog

QT += testlib qml
CONFIG -= app_bundle
SOURCES += tests.cpp
HEADERS += tests.h
SOURCES += ../src/qpython.cpp
SOURCES += ../src/qpython_priv.cpp
HEADERS += ../src/qpython.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)