mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-27 18:24:33 +00:00
fix disable PE
This commit is contained in:
parent
4ad90c75b2
commit
c93041a550
@ -19,7 +19,7 @@ unix:gcc {
|
||||
COMPILER_MAJOR_VERSION = $$str_member($$COMPILER_VERSION)
|
||||
lessThan(COMPILER_MAJOR_VERSION, 5): {
|
||||
warning("The PE parser library is disabled. For build the PE parser library require gcc 5 or later version.")
|
||||
DEFINES+=DISABLE_PE
|
||||
DEFINES += DISABLE_PE
|
||||
}
|
||||
message(Version GCC : $$COMPILER_VERSION)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user