Windows: support static build and enable ASLR and NX #15
Comments
Fixed by my patches being merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed by my patches being merged |
Without these linking against a static Qt still needs libgcc_s_sjlj-1.dll and libstdc++-6.dll, which I think is not desirable.
Enabling ASLR and NX should be a good idea always.
Haven't really tested except compilation and starting with WINE though.
--- a/qtpass.pro
+++ b/qtpass.pro
@@ -44,6 +44,10 @@ RESOURCES += resources.qrc
win32 {
RC_FILE = windows.rc
} else:macx {
ICON = artwork/icon.icns
}
The text was updated successfully, but these errors were encountered: