Skip to content

Commit

Permalink
0.52: strip code
Browse files Browse the repository at this point in the history
  • Loading branch information
zvezdochiot committed Aug 17, 2022
1 parent 1e821ad commit 437af5d
Show file tree
Hide file tree
Showing 3 changed files with 468 additions and 266 deletions.
4 changes: 2 additions & 2 deletions qTrassa.pro
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ macx {

CONFIG( debug, debug|release ) {
# debug
DEPLOY_TARGET = $$shell_quote($$shell_path($${OUT_PWD}/../GiroRelease/debug/$${TARGET}$${TARGET_CUSTOM_EXT}))
DEPLOY_TARGET = $$shell_quote($$shell_path($${OUT_PWD}/debug/$${TARGET}$${TARGET_CUSTOM_EXT}))
} else {
# release
DEPLOY_TARGET = $$shell_quote($$shell_path($${OUT_PWD}/../bin/$${TARGET}$${TARGET_CUSTOM_EXT}))
DEPLOY_TARGET = $$shell_quote($$shell_path($${OUT_PWD}/bin/$${TARGET}$${TARGET_CUSTOM_EXT}))
}

# # Uncomment the following line to help debug the deploy command when running qmake
Expand Down
Loading

1 comment on commit 437af5d

@zvezdochiot
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @neos80 .

Код некоторых функций мне категорически не понравился (см. этот коммит). А в функции geo::FindUchLine2 вообще пикетаж и смещение перепутаны местами.

Please sign in to comment.