File: tests.pro

package info (click to toggle)
pyotherside 1.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 880 kB
  • sloc: cpp: 2,869; python: 475; makefile: 152; sh: 35
file content (28 lines) | stat: -rw-r--r-- 674 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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)