projects
/
web/konrad/skid.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
983d427
)
fix example build
author
Konrad Rosenbaum
<konrad@silmor.de>
Tue, 24 Jun 2014 19:27:32 +0000 (21:27 +0200)
committer
Konrad Rosenbaum
<konrad@silmor.de>
Tue, 24 Jun 2014 19:27:32 +0000 (21:27 +0200)
examples/qt-simple/qt-simple.pro
patch
|
blob
|
history
diff --git
a/examples/qt-simple/qt-simple.pro
b/examples/qt-simple/qt-simple.pro
index
a7d0d5f
..
ff3a648
100644
(file)
--- 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