Set TARGET as absolute path
This commit is contained in:
parent
bcfd4d5d32
commit
fcc4b907a3
|
@ -42,7 +42,7 @@ HEADERS = mainwindow.h \
|
||||||
scrollbarsettingseditor.h
|
scrollbarsettingseditor.h
|
||||||
LIBS += $$top_builddir/components/$(OBJECTS_DIR)/libcomponents.a
|
LIBS += $$top_builddir/components/$(OBJECTS_DIR)/libcomponents.a
|
||||||
INCLUDEPATH += $$top_srcdir/components/
|
INCLUDEPATH += $$top_srcdir/components/
|
||||||
TARGET = ../../examples-exe
|
TARGET = $$top_builddir/examples/examples-exe
|
||||||
|
|
||||||
RESOURCES += \
|
RESOURCES += \
|
||||||
examples.qrc
|
examples.qrc
|
||||||
|
|
Loading…
Reference in New Issue