summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/rbutilqt.pro
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/rbutilqt.pro')
-rw-r--r--rbutil/rbutilqt/rbutilqt.pro38
1 files changed, 22 insertions, 16 deletions
diff --git a/rbutil/rbutilqt/rbutilqt.pro b/rbutil/rbutilqt/rbutilqt.pro
index e989a35ef7..000ed07752 100644
--- a/rbutil/rbutilqt/rbutilqt.pro
+++ b/rbutil/rbutilqt/rbutilqt.pro
@@ -31,7 +31,7 @@ QMAKE_EXTRA_TARGETS += rbspeex
31PRE_TARGETDEPS += rbspeex 31PRE_TARGETDEPS += rbspeex
32 32
33# rule for creating ctags file 33# rule for creating ctags file
34tags.commands = ctags -R --c++-kinds=+p --fields=+iaS --extra=+q $(SOURCES) 34tags.commands = ctags -R --c++-kinds=+p --fields=+iaS --extra=+q $(SOURCES)
35tags.depends = $(SOURCES) 35tags.depends = $(SOURCES)
36QMAKE_EXTRA_TARGETS += tags 36QMAKE_EXTRA_TARGETS += tags
37 37
@@ -51,21 +51,17 @@ SOURCES += rbutilqt.cpp \
51 zip/zip.cpp \ 51 zip/zip.cpp \
52 zip/unzip.cpp \ 52 zip/unzip.cpp \
53 installzip.cpp \ 53 installzip.cpp \
54 installbootloader.cpp \
55 progressloggergui.cpp \ 54 progressloggergui.cpp \
56 installtalkwindow.cpp \ 55 installtalkwindow.cpp \
57 talkfile.cpp \ 56 talkfile.cpp \
58 autodetection.cpp \ 57 autodetection.cpp \
59 ../ipodpatcher/ipodpatcher.c \ 58 ../ipodpatcher/ipodpatcher.c \
60 ../sansapatcher/sansapatcher.c \ 59 ../sansapatcher/sansapatcher.c \
61 irivertools/irivertools.cpp \
62 irivertools/md5sum.cpp \
63 browsedirtree.cpp \ 60 browsedirtree.cpp \
64 installthemes.cpp \ 61 installthemes.cpp \
65 uninstall.cpp \ 62 uninstall.cpp \
66 uninstallwindow.cpp \ 63 uninstallwindow.cpp \
67 utils.cpp \ 64 utils.cpp \
68 browseof.cpp \
69 preview.cpp \ 65 preview.cpp \
70 encoders.cpp \ 66 encoders.cpp \
71 encodersgui.cpp \ 67 encodersgui.cpp \
@@ -78,9 +74,17 @@ SOURCES += rbutilqt.cpp \
78 rbsettings.cpp \ 74 rbsettings.cpp \
79 rbunzip.cpp \ 75 rbunzip.cpp \
80 rbzip.cpp \ 76 rbzip.cpp \
77 detect.cpp \
81 sysinfo.cpp \ 78 sysinfo.cpp \
82 detect.cpp 79 bootloaderinstallbase.cpp \
83 80 bootloaderinstallmi4.cpp \
81 bootloaderinstallhex.cpp \
82 bootloaderinstallipod.cpp \
83 bootloaderinstallsansa.cpp \
84 bootloaderinstallfile.cpp \
85 ../../tools/mkboot.c \
86 ../../tools/iriver.c
87
84HEADERS += rbutilqt.h \ 88HEADERS += rbutilqt.h \
85 install.h \ 89 install.h \
86 httpget.h \ 90 httpget.h \
@@ -92,7 +96,6 @@ HEADERS += rbutilqt.h \
92 zip/zip_p.h \ 96 zip/zip_p.h \
93 version.h \ 97 version.h \
94 installzip.h \ 98 installzip.h \
95 installbootloader.h \
96 installtalkwindow.h \ 99 installtalkwindow.h \
97 talkfile.h \ 100 talkfile.h \
98 autodetection.h \ 101 autodetection.h \
@@ -103,18 +106,14 @@ HEADERS += rbutilqt.h \
103 ../ipodpatcher/parttypes.h \ 106 ../ipodpatcher/parttypes.h \
104 ../sansapatcher/sansapatcher.h \ 107 ../sansapatcher/sansapatcher.h \
105 ../sansapatcher/sansaio.h \ 108 ../sansapatcher/sansaio.h \
106 irivertools/irivertools.h \
107 irivertools/md5sum.h \
108 irivertools/h100sums.h \ 109 irivertools/h100sums.h \
109 irivertools/h120sums.h \ 110 irivertools/h120sums.h \
110 irivertools/h300sums.h \ 111 irivertools/h300sums.h \
111 irivertools/checksums.h \
112 browsedirtree.h \ 112 browsedirtree.h \
113 installthemes.h \ 113 installthemes.h \
114 uninstall.h \ 114 uninstall.h \
115 uninstallwindow.h \ 115 uninstallwindow.h \
116 utils.h \ 116 utils.h \
117 browseof.h \
118 preview.h \ 117 preview.h \
119 encoders.h \ 118 encoders.h \
120 encodersgui.h \ 119 encodersgui.h \
@@ -128,11 +127,19 @@ HEADERS += rbutilqt.h \
128 rbunzip.h \ 127 rbunzip.h \
129 rbzip.h \ 128 rbzip.h \
130 sysinfo.h \ 129 sysinfo.h \
131 detect.h 130 detect.h \
132 131 bootloaderinstallbase.h \
132 bootloaderinstallmi4.h \
133 bootloaderinstallhex.h \
134 bootloaderinstallipod.h \
135 bootloaderinstallsansa.h \
136 bootloaderinstallfile.h \
137 ../../tools/mkboot.h \
138 ../../tools/iriver.h
139
133# Needed by QT on Win 140# Needed by QT on Win
134INCLUDEPATH = . irivertools zip zlib ../ipodpatcher ../sansapatcher ../../tools/rbspeex ../../tools 141INCLUDEPATH = . irivertools zip zlib ../ipodpatcher ../sansapatcher ../../tools/rbspeex ../../tools
135 142
136LIBS += -L../../tools/rbspeex -lrbspeex 143LIBS += -L../../tools/rbspeex -lrbspeex
137 144
138TEMPLATE = app 145TEMPLATE = app
@@ -158,7 +165,6 @@ FORMS += rbutilqtfrm.ui \
158 installtalkfrm.ui \ 165 installtalkfrm.ui \
159 installthemesfrm.ui \ 166 installthemesfrm.ui \
160 uninstallfrm.ui \ 167 uninstallfrm.ui \
161 browseoffrm.ui \
162 previewfrm.ui \ 168 previewfrm.ui \
163 rbspeexcfgfrm.ui \ 169 rbspeexcfgfrm.ui \
164 encexescfgfrm.ui \ 170 encexescfgfrm.ui \