Small Windows build fixes

This commit is contained in:
Jean-Francois Dockes 2021-10-10 08:27:08 +01:00
parent 7b81c16ea0
commit 687022d2ae
3 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include <QAbstractItemView>
#include <QLineEdit>
#include <QAction>
#include <QKeyEvent>
#include "log.h"
#include "actsearch_w.h"

View File

@ -84,6 +84,7 @@ SOURCES += \
xmltosd.cpp
FORMS = \
actsearch.ui \
advsearch.ui \
widgets/editdialog.ui \
firstidx.ui \

View File

@ -320,6 +320,7 @@ copyaspell()
# the standard Python dist is built with
copypyrecoll()
{
# e.g. build: "/c/Program Files (x86)/Python39-32/python" setup-win.py bdist_wheel
if test $BUILD = MSVC ; then
DEST=${DESTDIR}/Share/dist
test -d $DEST || mkdir $DEST || fatal cant create $DEST