mirror of
https://github.com/thp/pyotherside.git
synced 2025-01-17 23:22:53 +08:00
29 lines
674 B
Prolog
29 lines
674 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
|
|
SOURCES += ../src/pyobject_ref.cpp
|
|
SOURCES += ../src/qobject_ref.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
|
|
HEADERS += ../src/pyobject_ref.h
|
|
HEADERS += ../src/qobject_ref.h
|
|
|
|
DEPENDPATH += . ../src
|
|
INCLUDEPATH += . ../src
|
|
|
|
include(../python.pri)
|