From 40da2cddafd0126bb6964383b4ac402bc37f3e59 Mon Sep 17 00:00:00 2001 From: Matt Liberty Date: Fri, 25 Oct 2013 06:57:33 -0700 Subject: Reorder -lquackleio before -lquackle due to dependencies --- quackleio/iotest/iotest.pro | 2 +- quackleio/quackleio.pro | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'quackleio') diff --git a/quackleio/iotest/iotest.pro b/quackleio/iotest/iotest.pro index a1e3670..d1b00f7 100644 --- a/quackleio/iotest/iotest.pro +++ b/quackleio/iotest/iotest.pro @@ -14,7 +14,7 @@ release { OBJECTS_DIR = obj/release } -LIBS += -lquackle -lquackleio +LIBS += -lquackleio -lquackle QMAKE_LFLAGS_RELEASE += -L../../lib/release -L../../quackleio/lib/release QMAKE_LFLAGS_DEBUG += -L../../lib/debug -L../../quackleio/lib/debug diff --git a/quackleio/quackleio.pro b/quackleio/quackleio.pro index f466620..e603da3 100644 --- a/quackleio/quackleio.pro +++ b/quackleio/quackleio.pro @@ -5,13 +5,11 @@ VERSION = 0.9 QT -= gui debug { OBJECTS_DIR = obj/debug - win32 { LIBS += -L../debug } DESTDIR = lib/debug } release { OBJECTS_DIR = obj/release - win32 { LIBS += -L../release } DESTDIR = lib/release } @@ -22,8 +20,6 @@ MOC_DIR = moc CONFIG += release staticlib CONFIG -= x11 -LIBS += -L.. -lquackle - # Input HEADERS += *.h -- cgit v1.2.3