rockbox/rbutil/rbutilqt/test/test-serverinfo.pro
Dominik Riebeling 14ef6079c0 Fix various unit test compilation.
There's now a dependency on Logger.h, add stub folder to includes to stub it.

Change-Id: I1afdc6bd878182b03cb3c1f3538779eaa9f83f28
2016-12-16 19:44:41 +01:00

37 lines
1 KiB
Prolog

#
# __________ __ ___.
# Open \______ \ ____ ____ | | _\_ |__ _______ ___
# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
# \/ \/ \/ \/ \/
#
# All files in this archive are subject to the GNU General Public License.
# See the file COPYING in the source tree root for full license agreement.
#
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
#
include(tests.pri)
TEMPLATE = app
TARGET = test-serverinfo
INCLUDEPATH += . ../base stubs
# Input
SOURCES += \
test-serverinfo.cpp \
../base/rbsettings.cpp \
../base/rockboxinfo.cpp \
../base/systeminfo.cpp \
../base/serverinfo.cpp
HEADERS += \
../base/rbsettings.h \
../base/rockboxinfo.h \
../base/systeminfo.h \
../base/serverinfo.h \
RESOURCES += ../rbutilqt.qrc