summaryrefslogtreecommitdiff
path: root/utils/rbutilqt/test/test-rockboxinfo.pro
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2021-12-28 10:35:39 +0100
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2021-12-28 10:35:39 +0100
commit3e2a7a56c07b3a2c62740ac46026e776e84f3137 (patch)
tree55ef0af0928b0802d1b4c9ce2b2dfde860161fd0 /utils/rbutilqt/test/test-rockboxinfo.pro
parent1ddc5a202d6986f5e981ce16c0fce6c49b767765 (diff)
downloadrockbox-3e2a7a56c07b3a2c62740ac46026e776e84f3137.tar.gz
rockbox-3e2a7a56c07b3a2c62740ac46026e776e84f3137.zip
rbutil: Remove qmake project files.
To build it configure with cmake from utils/ folder. Change-Id: I43fab2df1768e1a055e46ec5712e3a45fefef5a9
Diffstat (limited to 'utils/rbutilqt/test/test-rockboxinfo.pro')
-rw-r--r--utils/rbutilqt/test/test-rockboxinfo.pro30
1 files changed, 0 insertions, 30 deletions
diff --git a/utils/rbutilqt/test/test-rockboxinfo.pro b/utils/rbutilqt/test/test-rockboxinfo.pro
deleted file mode 100644
index 88bc83a5b7..0000000000
--- a/utils/rbutilqt/test/test-rockboxinfo.pro
+++ /dev/null
@@ -1,30 +0,0 @@
1#
2# __________ __ ___.
3# Open \______ \ ____ ____ | | _\_ |__ _______ ___
4# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7# \/ \/ \/ \/ \/
8#
9# All files in this archive are subject to the GNU General Public License.
10# See the file COPYING in the source tree root for full license agreement.
11#
12# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
13# KIND, either express or implied.
14#
15
16#
17QT += testlib
18
19TEMPLATE = app
20TARGET = test-rockboxinfo
21INCLUDEPATH += . ../base stubs
22
23# Input
24SOURCES += \
25 test-rockboxinfo.cpp \
26 ../base/rockboxinfo.cpp
27
28HEADERS += \
29 ../base/rockboxinfo.h
30