diff options
-rw-r--r-- | examples/sensors/grue/import/import.pro | 2 | ||||
-rw-r--r-- | examples/sensors/grue/plugin/plugin.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/sensors/grue/import/import.pro b/examples/sensors/grue/import/import.pro index 7a31d3e..f76b089 100644 --- a/examples/sensors/grue/import/import.pro +++ b/examples/sensors/grue/import/import.pro @@ -6,7 +6,7 @@ include(qsensorsimport.pri) QT = declarative sensors INCLUDEPATH += $$PWD/../lib -LIBS += -L$$PWD/../lib -lgruesensor +LIBS += -L$$OUT_PWD/../lib -lgruesensor SOURCES = main.cpp diff --git a/examples/sensors/grue/plugin/plugin.pro b/examples/sensors/grue/plugin/plugin.pro index 9ff080f..d325e00 100644 --- a/examples/sensors/grue/plugin/plugin.pro +++ b/examples/sensors/grue/plugin/plugin.pro @@ -6,7 +6,7 @@ PLUGIN_TYPE = sensors QT = core sensors INCLUDEPATH += $$PWD/../lib -LIBS += -L$$PWD/../lib -lgruesensor +LIBS += -L$$OUT_PWD/../lib -lgruesensor HEADERS += gruesensorimpl.h\ |