mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 19:23:56 +08:00
* add more deps * setup is now working,removing brackets * Fixing tests in nui * make it eveno * readme markdown and town not needed since set via client * adding explanations for sim in readme * make it markdown buildable * revert changes in setup * work now
17 lines
463 B
Prolog
17 lines
463 B
Prolog
######################################################################
|
|
# Automatically generated by qmake (3.0) Thu Oct 31 16:05:48 2019
|
|
######################################################################
|
|
|
|
QT += testlib
|
|
TEMPLATE = app
|
|
TARGET = test
|
|
INCLUDEPATH += . ../
|
|
|
|
# Input
|
|
SOURCES += TestFrameReader.cpp ../../clib/FrameReader.cpp
|
|
HEADERS = TestFrameReader.hpp ../../clib/FrameReader.hpp
|
|
|
|
CONFIG += c++14
|
|
|
|
LIBS += -lavformat -lavcodec -lavutil -lswscale
|