From 83b380d03570fce29acc310551993077d026a328 Mon Sep 17 00:00:00 2001 From: Mathew Sutcliffe Date: Fri, 12 Apr 2013 22:30:06 +0100 Subject: [PATCH] #12 fixed link order when linking with blackcore and blackmisc --- samples/geodetic2ecef/sample_geodetic2ecef.pro | 2 +- samples/interpolator/sample_interpolator.pro | 2 +- src/blackd/blackd.pro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/geodetic2ecef/sample_geodetic2ecef.pro b/samples/geodetic2ecef/sample_geodetic2ecef.pro index 90598595a..33ac98235 100644 --- a/samples/geodetic2ecef/sample_geodetic2ecef.pro +++ b/samples/geodetic2ecef/sample_geodetic2ecef.pro @@ -13,7 +13,7 @@ INCLUDEPATH += . ../../src SOURCES += *.cpp -LIBS += -L../../lib -lblackmisc -lblackcore +LIBS += -L../../lib -lblackcore -lblackmisc win32: PRE_TARGETDEPS += ../../lib/blackmisc.lib \ ../../lib/blackcore.lib diff --git a/samples/interpolator/sample_interpolator.pro b/samples/interpolator/sample_interpolator.pro index 339ed12f4..697863670 100644 --- a/samples/interpolator/sample_interpolator.pro +++ b/samples/interpolator/sample_interpolator.pro @@ -13,7 +13,7 @@ INCLUDEPATH += . ../../src SOURCES += *.cpp -LIBS += -L../../lib -lblackmisc -lblackcore +LIBS += -L../../lib -lblackcore -lblackmisc win32: PRE_TARGETDEPS += ../../lib/blackmisc.lib \ ../../lib/blackcore.lib diff --git a/src/blackd/blackd.pro b/src/blackd/blackd.pro index 8e786f59f..77231cdf9 100644 --- a/src/blackd/blackd.pro +++ b/src/blackd/blackd.pro @@ -18,7 +18,7 @@ FORMS += blackd.ui RESOURCES += blackd.qrc -LIBS += -L../../lib -lblackmisc -lblackcore +LIBS += -L../../lib -lblackcore -lblackmisc win32: PRE_TARGETDEPS += ../../lib/blackmisc.lib \ ../../lib/blackcore.lib