From f4173cce6a88c40f9034b7314916ab872fa489a4 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Wed, 31 Mar 2010 11:20:42 +0200 Subject: Use qtAddLibrary for linking coroutine. Links the right library on Win. Reviewed-by: owolff --- library/remotecontrolwidget.pro | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/library/remotecontrolwidget.pro b/library/remotecontrolwidget.pro index d73384f..2ea3ebb 100644 --- a/library/remotecontrolwidget.pro +++ b/library/remotecontrolwidget.pro @@ -75,11 +75,7 @@ RESOURCES += \ } # Coroutine library -!mac { - LIBS += -l$$qtLibraryTarget(coroutine) -} else { - LIBS += -framework coroutine -} +qtAddLibrary(coroutine) # install rules -- cgit v1.2.3