|
|
@ -121,7 +121,7 @@ contains(DEFINES, QTOX_PLATFORM_EXT) { |
|
|
|
# Rules for Windows, Mac OSX, and Linux |
|
|
|
# Rules for Windows, Mac OSX, and Linux |
|
|
|
win32 { |
|
|
|
win32 { |
|
|
|
# windows-specific hardening (ASLR, DEP protection) |
|
|
|
# windows-specific hardening (ASLR, DEP protection) |
|
|
|
QMAKE_LFLAGS += -Wl,dynamicbase -Wl,nxcompat |
|
|
|
QMAKE_LFLAGS += -Wl,--dynamicbase -Wl,--nxcompat |
|
|
|
|
|
|
|
|
|
|
|
RC_FILE = windows/qtox.rc |
|
|
|
RC_FILE = windows/qtox.rc |
|
|
|
LIBS += -L$$PWD/libs/lib \ |
|
|
|
LIBS += -L$$PWD/libs/lib \ |
|
|
|