|
| 1 | +TEMPLATE = lib |
| 2 | + |
| 3 | +include($$PWD/trikRuntime/global.pri) |
| 4 | + |
| 5 | +DEFINES += TRIKCONTROL_LIBRARY |
| 6 | + |
| 7 | +TRIK_CONTROL_ROOT = $$PWD/trikRuntime/trikControl |
| 8 | + |
| 9 | +HEADERS += \ |
| 10 | + $$TRIK_CONTROL_ROOT/include/trikControl/trikControlDeclSpec.h \ |
| 11 | + $$TRIK_CONTROL_ROOT/include/trikControl/batteryInterface.h \ |
| 12 | + $$TRIK_CONTROL_ROOT/include/trikControl/brickFactory.h \ |
| 13 | + $$TRIK_CONTROL_ROOT/include/trikControl/brickInterface.h \ |
| 14 | + $$TRIK_CONTROL_ROOT/include/trikControl/cameraDeviceInterface.h \ |
| 15 | + $$TRIK_CONTROL_ROOT/include/trikControl/colorSensorInterface.h \ |
| 16 | + $$TRIK_CONTROL_ROOT/include/trikControl/deviceInterface.h \ |
| 17 | + $$TRIK_CONTROL_ROOT/include/trikControl/displayInterface.h \ |
| 18 | + $$TRIK_CONTROL_ROOT/include/trikControl/encoderInterface.h \ |
| 19 | + $$TRIK_CONTROL_ROOT/include/trikControl/eventCodeInterface.h \ |
| 20 | + $$TRIK_CONTROL_ROOT/include/trikControl/eventDeviceInterface.h \ |
| 21 | + $$TRIK_CONTROL_ROOT/include/trikControl/eventInterface.h \ |
| 22 | + $$TRIK_CONTROL_ROOT/include/trikControl/fifoInterface.h \ |
| 23 | + $$TRIK_CONTROL_ROOT/include/trikControl/gamepadInterface.h \ |
| 24 | + $$TRIK_CONTROL_ROOT/include/trikControl/keysInterface.h \ |
| 25 | + $$TRIK_CONTROL_ROOT/include/trikControl/ledInterface.h \ |
| 26 | + $$TRIK_CONTROL_ROOT/include/trikControl/lineSensorInterface.h \ |
| 27 | + $$TRIK_CONTROL_ROOT/include/trikControl/motorInterface.h \ |
| 28 | + $$TRIK_CONTROL_ROOT/include/trikControl/objectSensorInterface.h \ |
| 29 | + $$TRIK_CONTROL_ROOT/include/trikControl/pwmCaptureInterface.h \ |
| 30 | + $$TRIK_CONTROL_ROOT/include/trikControl/sensorInterface.h \ |
| 31 | + $$TRIK_CONTROL_ROOT/include/trikControl/soundSensorInterface.h \ |
| 32 | + $$TRIK_CONTROL_ROOT/include/trikControl/vectorSensorInterface.h \ |
| 33 | + $$TRIK_CONTROL_ROOT/include/trikControl/gyroSensorInterface.h \ |
| 34 | + $$TRIK_CONTROL_ROOT/include/trikControl/markerInterface.h \ |
| 35 | + $$TRIK_CONTROL_ROOT/include/trikControl/i2cDeviceInterface.h \ |
| 36 | + $$TRIK_CONTROL_ROOT/include/trikControl/utilities.h \ |
| 37 | + $$TRIK_CONTROL_ROOT/include/trikControl/lidarInterface.h \ |
| 38 | + $$TRIK_CONTROL_ROOT/include/trikControl/irCameraInterface.h \ |
| 39 | + $$TRIK_CONTROL_ROOT/src/qtCameraImplementation.h \ |
| 40 | + $$TRIK_CONTROL_ROOT/src/imitationCameraImplementation.h \ |
| 41 | + |
| 42 | +SOURCES += \ |
| 43 | + $$TRIK_CONTROL_ROOT/src/utilities.cpp \ |
| 44 | + $$TRIK_CONTROL_ROOT/src/brickInterface.cpp \ |
| 45 | + $$TRIK_CONTROL_ROOT/src/qtCameraImplementation.cpp \ |
| 46 | + $$TRIK_CONTROL_ROOT/src/imitationCameraImplementation.cpp \ |
| 47 | + |
| 48 | +INCLUDEPATH += \ |
| 49 | + $$TRIK_CONTROL_ROOT/include/ \ |
| 50 | + $$TRIK_CONTROL_ROOT/include/trikControl/ \ |
| 51 | + |
| 52 | +links(trikKernel) |
| 53 | +implementationIncludes(trikKernel) |
0 commit comments