Add PRE_TARGETDEPS variable again
This commit is contained in:
parent
b1ab802c58
commit
c8fbfb019d
|
@ -43,6 +43,7 @@ HEADERS = mainwindow.h \
|
|||
LIBS += $$top_builddir/components/$(OBJECTS_DIR)/libcomponents.a
|
||||
INCLUDEPATH += $$top_srcdir/components/
|
||||
TARGET = examples-exe
|
||||
PRE_TARGETDEPS += $$top_builddir/components/$(OBJECTS_DIR)/libcomponents.a
|
||||
|
||||
RESOURCES += \
|
||||
examples.qrc
|
||||
|
|
Loading…
Reference in New Issue