diff options
Diffstat (limited to 'rbutil/rbutilqt/rbutilqt.pro')
-rw-r--r-- | rbutil/rbutilqt/rbutilqt.pro | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/rbutil/rbutilqt/rbutilqt.pro b/rbutil/rbutilqt/rbutilqt.pro index d07c1e01bc..9d7da92dbf 100644 --- a/rbutil/rbutilqt/rbutilqt.pro +++ b/rbutil/rbutilqt/rbutilqt.pro @@ -85,7 +85,8 @@ extralibs.commands = $$SILENT \ # Note: order is important for RBLIBS! The libs are appended to the linker # flags in this order, put libucl at the end. RBLIBS = rbspeex ipodpatcher sansapatcher mkamsboot mktccboot \ - mkmpioboot chinachippatcher mkimxboot mks5lboot bspatch ucl + mkmpioboot chinachippatcher mkimxboot mks5lboot bspatch ucl \ + rbtomcrypt # NOTE: Linking bzip2 causes problems on Windows (Qt seems to export those # symbols as well, similar to what we have with zlib.) Only link that on # non-Windows for now. @@ -139,9 +140,6 @@ for(rblib, RBLIBS) { LIBS += -l$$rblib } -# We need libcrypto++ -LIBS += -lcryptopp - # on win32 libz is linked implicitly. !win32 { LIBS += -lz |