summaryrefslogtreecommitdiff
path: root/utils/sansapatcher/sansapatcher.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/sansapatcher/sansapatcher.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/sansapatcher/sansapatcher.pro')
-rw-r--r--utils/sansapatcher/sansapatcher.pro38
1 files changed, 0 insertions, 38 deletions
diff --git a/utils/sansapatcher/sansapatcher.pro b/utils/sansapatcher/sansapatcher.pro
deleted file mode 100644
index f8308e6283..0000000000
--- a/utils/sansapatcher/sansapatcher.pro
+++ /dev/null
@@ -1,38 +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
16TEMPLATE = app
17TARGET = sansapatcher
18QT -= core
19
20SOURCES += \
21 sansaio-posix.c \
22 sansaio-win32.c \
23 sansapatcher.c \
24 main.c
25
26HEADERS += \
27 parttypes.h \
28 sansaio.h \
29 sansapatcher.h \
30
31RC_FILE = sansapatcher.rc
32
33DEFINES += _LARGEFILE64_SOURCE
34
35unix {
36 target.path = /usr/local/bin
37 INSTALLS += target
38}