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