mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Keep retroshare.pri tidy
This commit is contained in:
parent
fb005f0419
commit
04db4b0f24
@ -165,6 +165,11 @@ rs_jsonapi:CONFIG -= no_rs_jsonapi
|
||||
CONFIG *= no_rs_deep_search
|
||||
rs_deep_search:CONFIG -= no_rs_deep_search
|
||||
|
||||
# To enable native dialogs append the following assignation to qmake command
|
||||
#line "CONFIG+=rs_use_native_dialogs"
|
||||
CONFIG *= no_rs_use_native_dialogs
|
||||
rs_use_native_dialogs:CONFIG -= no_rs_use_native_dialogs
|
||||
|
||||
# Specify host precompiled jsonapi-generator path, appending the following
|
||||
# assignation to qmake command line
|
||||
# 'JSONAPI_GENERATOR_EXE=/myBuildDir/jsonapi-generator'. Required for JSON API
|
||||
@ -187,10 +192,6 @@ rs_deep_search:CONFIG -= no_rs_deep_search
|
||||
# assignation to qmake command line 'RS_EXTRA_VERSION=""'
|
||||
#RS_EXTRA_VERSION=git
|
||||
|
||||
# To enable native dialogs append the following assignation to qmake command line
|
||||
# "CONFIG+=rs_use_native_dialogs"
|
||||
rs_use_native_dialogs:DEFINES *= RS_NATIVEDIALOGS
|
||||
|
||||
###########################################################################################################################################################
|
||||
#
|
||||
# V07_NON_BACKWARD_COMPATIBLE_CHANGE_001:
|
||||
@ -477,6 +478,8 @@ rs_deep_search {
|
||||
}
|
||||
}
|
||||
|
||||
rs_use_native_dialogs:DEFINES *= RS_NATIVEDIALOGS
|
||||
|
||||
debug {
|
||||
QMAKE_CXXFLAGS -= -O2 -fomit-frame-pointer
|
||||
QMAKE_CFLAGS -= -O2 -fomit-frame-pointer
|
||||
|
Loading…
Reference in New Issue
Block a user