Minor improvements.
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
parent
53700554d2
commit
4cbe603832
|
@ -1,6 +1,9 @@
|
|||
TARGET = framelessapplication
|
||||
debug: TARGET = $$join(TARGET,,,d)
|
||||
TEMPLATE = app
|
||||
QT += gui-private widgets quick
|
||||
QT += gui-private
|
||||
qtHaveModule(widgets): QT += widgets
|
||||
qtHaveModule(quick): QT += quick
|
||||
CONFIG += c++17 strict_c++ utf8_source warn_on windeployqt
|
||||
DEFINES += WIN32_LEAN_AND_MEAN QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII
|
||||
CONFIG -= embed_manifest_exe
|
|
@ -28,7 +28,6 @@
|
|||
<windowsSettings>
|
||||
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True/PM</dpiAware>
|
||||
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2, PerMonitor</dpiAwareness>
|
||||
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
|
||||
</windowsSettings>
|
||||
</application>
|
||||
</assembly>
|
||||
|
|
Loading…
Reference in New Issue