fix example build
authorKonrad Rosenbaum <konrad@silmor.de>
Tue, 24 Jun 2014 19:27:32 +0000 (21:27 +0200)
committerKonrad Rosenbaum <konrad@silmor.de>
Tue, 24 Jun 2014 19:27:32 +0000 (21:27 +0200)
examples/qt-simple/qt-simple.pro

index a7d0d5f..ff3a648 100644 (file)
@@ -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