DESTDIR = $$OUT_PWD/../../bin CONFIG += c++17 strict_c++ utf8_source warn_on DEFINES += \ QT_NO_CAST_FROM_ASCII \ QT_NO_CAST_TO_ASCII \ QT_NO_KEYWORDS \ QT_DEPRECATED_WARNINGS \ QT_DISABLE_DEPRECATED_BEFORE=0x060000 RESOURCES += $$PWD/images.qrc win32 { DEFINES += \ WIN32_LEAN_AND_MEAN \ _CRT_SECURE_NO_WARNINGS CONFIG += windeployqt CONFIG -= embed_manifest_exe LIBS += -luser32 -lshell32 -lgdi32 -ldwmapi -lshcore -ld2d1 -luxtheme RC_FILE = $$PWD/windows.rc OTHER_FILES += $$PWD/windows.manifest } win32 { CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../../debug -lFramelessHelperd else: CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../../release -lFramelessHelper } else: unix { LIBS += -L$$OUT_PWD/../../bin -lFramelessHelper }