From: Konrad Rosenbaum Date: Tue, 24 Jun 2014 19:27:32 +0000 (+0200) Subject: fix example build X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=fb21156b2ad6e7572c126ec6b4fc5b74ea8cfc5b;p=web%2Fkonrad%2Fskid.git fix example build --- 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