Small Windows build fixes
This commit is contained in:
parent
7b81c16ea0
commit
687022d2ae
@ -21,6 +21,7 @@
|
||||
#include <QAbstractItemView>
|
||||
#include <QLineEdit>
|
||||
#include <QAction>
|
||||
#include <QKeyEvent>
|
||||
|
||||
#include "log.h"
|
||||
#include "actsearch_w.h"
|
||||
|
||||
@ -84,6 +84,7 @@ SOURCES += \
|
||||
xmltosd.cpp
|
||||
|
||||
FORMS = \
|
||||
actsearch.ui \
|
||||
advsearch.ui \
|
||||
widgets/editdialog.ui \
|
||||
firstidx.ui \
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user