Add PRE_TARGETDEPS qmake variable to .pro file to fix incremental builds

This commit is contained in:
johanneshilden 2017-10-01 16:36:00 +03:00
parent 963905bac1
commit a65e32cd5d
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ HEADERS = mainwindow.h \
LIBS += ../components/libcomponents.a
INCLUDEPATH += ../components/
TARGET = ../examples-exe
PRE_TARGETDEPS += ../components/libcomponents.a
RESOURCES += \
examples.qrc