Add PRE_TARGETDEPS qmake variable to .pro file to fix incremental builds
This commit is contained in:
parent
963905bac1
commit
a65e32cd5d
|
@ -42,6 +42,7 @@ HEADERS = mainwindow.h \
|
|||
LIBS += ../components/libcomponents.a
|
||||
INCLUDEPATH += ../components/
|
||||
TARGET = ../examples-exe
|
||||
PRE_TARGETDEPS += ../components/libcomponents.a
|
||||
|
||||
RESOURCES += \
|
||||
examples.qrc
|
||||
|
|
Loading…
Reference in New Issue