mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 17:50:41 +02:00
updated comments
This commit is contained in:
parent
9b1d4cf3d7
commit
91fdff1139
@ -1,15 +1,9 @@
|
||||
message("OUT_PWD :" $$OUT_PWD)
|
||||
message("PWD :" $$PWD)
|
||||
message("_PRO_FILE_PWD_ :" $$_PRO_FILE_PWD_)
|
||||
message("DESTDIR :" $$DESTDIR)
|
||||
|
||||
# Getting 'subpath'
|
||||
#
|
||||
# in: /Users/fbucek/Documents/Spaceti/common/server-sdk/src/testapp
|
||||
# out: /src/testapp
|
||||
SUBPATH=$$_PRO_FILE_PWD_
|
||||
SUBPATH=$$replace(SUBPATH, $$PWD, "")
|
||||
message("SUBPATH :" $$SUBPATH)
|
||||
|
||||
# Getting 'base root output'
|
||||
#
|
||||
@ -17,8 +11,12 @@ message("SUBPATH :" $$SUBPATH)
|
||||
# out: /Users/fbucek/_temp_/build-server-sdk-5_9_8-Debug
|
||||
ROOT_OUT=$$OUT_PWD
|
||||
ROOT_OUT=$$replace(OUT_PWD, $$SUBPATH, "")
|
||||
message("ROOT_OUT :" $$ROOT_OUT)
|
||||
|
||||
#message("OUT_PWD :" $$OUT_PWD)
|
||||
#message("PWD :" $$PWD)
|
||||
#message("_PRO_FILE_PWD_ :" $$_PRO_FILE_PWD_)
|
||||
#message("SUBPATH :" $$SUBPATH)
|
||||
#message("ROOT_OUT :" $$ROOT_OUT)
|
||||
|
||||
SDKDIR=$$ROOT_OUT/src/serversdk
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user