Merge pull request #11 from fperillo/build-win32

Win32 build system
This commit is contained in:
Heikki Johannes Hildén 2017-10-04 16:26:25 +03:00 committed by GitHub
commit bcfd4d5d32
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