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 /test/test.pro | |
parent | 12d5a2b5582c762465a3173fe40bfaf9ef1f0adc (diff) |
Reorder -lquackleio before -lquackle due to dependencies
Diffstat (limited to 'test/test.pro')
-rw-r--r-- | test/test.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.pro b/test/test.pro index daba0fb..2eec3ec 100644 --- a/test/test.pro +++ b/test/test.pro @@ -17,7 +17,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 |