2 CCACHE
= $$
system(which ccache
)
4 message("using ccache")
15 SOURCES
+= rbutilqt
.cpp \
23 installbootloader
.cpp \
24 progressloggergui
.cpp \
25 installtalkwindow
.cpp \
28 ../ipodpatcher
/ipodpatcher
.c \
29 ../sansapatcher
/sansapatcher
.c \
30 irivertools
/irivertools
.cpp \
31 irivertools
/md5sum
.cpp \
39 HEADERS
+= rbutilqt
.h \
54 progressloggerinterface
.h \
56 ../ipodpatcher
/ipodpatcher
.h \
57 ../ipodpatcher
/ipodio
.h \
58 ../ipodpatcher
/parttypes
.h \
59 ../sansapatcher
/sansapatcher
.h \
60 ../sansapatcher
/sansaio
.h \
61 irivertools
/irivertools
.h \
62 irivertools
/md5sum
.h \
63 irivertools
/h100sums
.h \
64 irivertools
/h120sums
.h \
65 irivertools
/h300sums
.h \
66 irivertools
/checksums
.h \
75 INCLUDEPATH
= . irivertools zip zlib
../ipodpatcher
../sansapatcher
84 FORMS
+= rbutilqtfrm
.ui \
87 installprogressfrm
.ui \
96 RESOURCES
+= rbutilqt
.qrc
98 TRANSLATIONS
+= rbutil_de
.ts
99 TRANSLATIONS
+= rbutil_fr
.ts
101 DEFINES
+= RBUTIL _LARGEFILE64_SOURCE
104 SOURCES
+= ../ipodpatcher
/ipodio
-win32
.c
105 SOURCES
+= ../sansapatcher
/sansaio
-win32
.c
106 RC_FILE
= rbutilqt
.rc
110 SOURCES
+= ../ipodpatcher
/ipodio
-posix
.c
111 SOURCES
+= ../sansapatcher
/sansaio
-posix
.c
115 QTPLUGIN
+= qtaccessiblewidgets
116 LIBS
+= -L$$
(QT_BUILD_TREE
)/plugins
/accessible
-lqtaccessiblewidgets
118 message("using static plugin")