Small Windows build fixes
This commit is contained in:
parent
7b81c16ea0
commit
687022d2ae
@ -21,6 +21,7 @@
|
|||||||
#include <QAbstractItemView>
|
#include <QAbstractItemView>
|
||||||
#include <QLineEdit>
|
#include <QLineEdit>
|
||||||
#include <QAction>
|
#include <QAction>
|
||||||
|
#include <QKeyEvent>
|
||||||
|
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "actsearch_w.h"
|
#include "actsearch_w.h"
|
||||||
|
|||||||
@ -84,6 +84,7 @@ SOURCES += \
|
|||||||
xmltosd.cpp
|
xmltosd.cpp
|
||||||
|
|
||||||
FORMS = \
|
FORMS = \
|
||||||
|
actsearch.ui \
|
||||||
advsearch.ui \
|
advsearch.ui \
|
||||||
widgets/editdialog.ui \
|
widgets/editdialog.ui \
|
||||||
firstidx.ui \
|
firstidx.ui \
|
||||||
|
|||||||
@ -320,6 +320,7 @@ copyaspell()
|
|||||||
# the standard Python dist is built with
|
# the standard Python dist is built with
|
||||||
copypyrecoll()
|
copypyrecoll()
|
||||||
{
|
{
|
||||||
|
# e.g. build: "/c/Program Files (x86)/Python39-32/python" setup-win.py bdist_wheel
|
||||||
if test $BUILD = MSVC ; then
|
if test $BUILD = MSVC ; then
|
||||||
DEST=${DESTDIR}/Share/dist
|
DEST=${DESTDIR}/Share/dist
|
||||||
test -d $DEST || mkdir $DEST || fatal cant create $DEST
|
test -d $DEST || mkdir $DEST || fatal cant create $DEST
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user