diff options
author | Matt Liberty <matt.liberty@gmail.com> | 2013-10-25 06:57:33 -0700 |
---|---|---|
committer | Matt Liberty <matt.liberty@gmail.com> | 2013-10-25 06:57:33 -0700 |
commit | 40da2cddafd0126bb6964383b4ac402bc37f3e59 (patch) | |
tree | 7e58b54a2f55a789e7a4c7a3e843b1ec86fdae1c /quackleio/quackleio.pro | |
parent | 12d5a2b5582c762465a3173fe40bfaf9ef1f0adc (diff) |
Reorder -lquackleio before -lquackle due to dependencies
Diffstat (limited to 'quackleio/quackleio.pro')
-rw-r--r-- | quackleio/quackleio.pro | 4 |
1 files changed, 0 insertions, 4 deletions
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 |