mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 08:25:21 +01:00
Windows: show progress in taskbar
Windows: show progress in taskbar Closes #132 Implemented in ImageWriter class instead of qml for practical reasons. GUI stuff does not really belong there, but there is no easy way to have platform specific stuff in qml, lacking #ifdef
This commit is contained in:
parent
1e73123ca9
commit
1d0087929c
4 changed files with 65 additions and 11 deletions
|
@ -42,7 +42,8 @@ elseif (WIN32)
|
|||
set(DEPENDENCIES acceleratedcryptographichash.cpp dependencies/mountutils/src/windows/functions.cpp dependencies/drivelist/src/windows/list.cpp
|
||||
windows/winfile.cpp windows/winfile.h
|
||||
windows/rpi-imager.rc)
|
||||
set(EXTRALIBS setupapi)
|
||||
find_package(Qt5WinExtras REQUIRED)
|
||||
set(EXTRALIBS setupapi Qt5::WinExtras)
|
||||
endif()
|
||||
|
||||
include_directories(BEFORE .)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue