e73b692405
Fix building bat on 10 and head Allow packaging as a user
11 lines
568 B
Prolog
11 lines
568 B
Prolog
--- src/qt-console/bat.pro.in.orig 2012-09-13 10:51:19.000000000 +0200
|
|
+++ src/qt-console/bat.pro.in 2014-07-02 18:02:18.587979885 +0200
|
|
@@ -19,7 +19,7 @@
|
|
TARGET = bat
|
|
DEPENDPATH += .
|
|
INCLUDEPATH += .. . ./console ./restore ./select
|
|
-LIBS += -L../lib -lbaccfg -lbac -L../findlib -lbacfind @OPENSSL_LIBS@
|
|
+LIBS += -L../lib -lbaccfg -lbac -L../findlib -lbacfind @OPENSSL_LIBS@ -lintl
|
|
LIBTOOL_LINK = @QMAKE_LIBTOOL@ --silent --tag=CXX --mode=link
|
|
LIBTOOL_INSTALL = @QMAKE_LIBTOOL@ --silent --mode=install
|
|
QMAKE_LINK = $${LIBTOOL_LINK} $(CXX)
|