2012-06-17 11:01:09 +00:00
|
|
|
#
|
|
|
|
# __________ __ ___.
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
2020-11-15 08:51:00 +00:00
|
|
|
|
|
|
|
QT += testlib
|
2012-06-17 11:01:09 +00:00
|
|
|
|
|
|
|
TEMPLATE = app
|
2020-11-28 19:47:28 +00:00
|
|
|
TARGET = test-playerbuildinfo
|
2016-04-09 11:10:30 +00:00
|
|
|
INCLUDEPATH += . ../base stubs
|
2012-06-17 11:01:09 +00:00
|
|
|
|
|
|
|
# Input
|
|
|
|
SOURCES += \
|
2020-11-28 19:47:28 +00:00
|
|
|
test-playerbuildinfo.cpp \
|
|
|
|
stubs/stubs-playerbuildinfo.cpp \
|
|
|
|
../base/playerbuildinfo.cpp
|
2012-06-17 11:01:09 +00:00
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
../base/rbsettings.h \
|
|
|
|
../base/rockboxinfo.h \
|
|
|
|
../base/systeminfo.h \
|
|
|
|
|
|
|
|
RESOURCES += ../rbutilqt.qrc
|