From fb21156b2ad6e7572c126ec6b4fc5b74ea8cfc5b Mon Sep 17 00:00:00 2001 From: Konrad Rosenbaum Date: Tue, 24 Jun 2014 21:27:32 +0200 Subject: [PATCH] fix example build --- examples/qt-simple/qt-simple.pro | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/examples/qt-simple/qt-simple.pro b/examples/qt-simple/qt-simple.pro index a7d0d5f..ff3a648 100644 --- a/examples/qt-simple/qt-simple.pro +++ b/examples/qt-simple/qt-simple.pro @@ -24,11 +24,10 @@ HEADERS += \ #no GUI QT -= gui -#where to find runner headers and library: -LIBS += -L$$LIBDIR -lrunnerqt5 -INCLUDEPATH += $$PWD/../../runnerlib/qt5/include - #basics and target dir include(../../common.pri) DESTDIR = $$BINDIR +#where to find runner headers and library: +LIBS += -L$$LIBDIR -lrunnerqt5 +INCLUDEPATH += $$PWD/../../runnerlib/qt5/include -- 1.7.2.5