From 1b3add4c3844c07e421025c6924af355add36139 Mon Sep 17 00:00:00 2001 From: Alexis Menard Date: Mon, 18 Jun 2012 16:39:50 -0300 Subject: Force relink if the libsnowshoe.a changed. Reviewed-by: Rafael Brandao --- src/main.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.pro b/src/main.pro index 6cba8aa..24a6703 100644 --- a/src/main.pro +++ b/src/main.pro @@ -5,6 +5,8 @@ QT += declarative sql widgets webkit-private quick core-private gui-private quic LIBS += -Lcore/ -lsnowshoe +PRE_TARGETDEPS += core/libsnowshoe.a + INCLUDEPATH += core linux-g++-maemo { -- cgit v1.2.3