some fixes for Windows

This commit is contained in:
pls.153 2022-04-21 17:33:17 +02:00
parent 1ebfd77f35
commit 383382321c
7 changed files with 16 additions and 6 deletions

View file

@ -10,3 +10,7 @@ MOC_DIR = ./tmp/
HEADERS += lib.h
SOURCES += lib.cpp
win32 {
include(../../src/windows.pri)
}