Win32 build system

This commit is contained in:
Francesco Perillo 2017-10-04 15:08:13 +02:00
parent 6d96e6b1ae
commit cf26ceae63
1 changed files with 2 additions and 2 deletions

View File

@ -40,9 +40,9 @@ HEADERS = mainwindow.h \
dialogsettingseditor.h \
drawersettingseditor.h \
scrollbarsettingseditor.h
LIBS += $$top_builddir/components/libcomponents.a
LIBS += $$top_builddir/components/$(OBJECTS_DIR)/libcomponents.a
INCLUDEPATH += $$top_srcdir/components/
TARGET = $$top_builddir/examples-exe
TARGET = ../../examples-exe
RESOURCES += \
examples.qrc