Skip to content

Commit

Permalink
migration to appveyor
Browse files Browse the repository at this point in the history
Signed-off-by: Stavros Avramidis <[email protected]>
  • Loading branch information
purpl3F0x committed Sep 23, 2021
1 parent 69f60c7 commit d7f926f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 57 deletions.
56 changes: 0 additions & 56 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ qt5_add_resources(QRCS resources.qrc)
add_executable(tidal-rpc main.cc resource.rc ${QRCS})
target_link_libraries(tidal-rpc Qt5::Widgets Qt5::Core Qt5::Network)
if (VERSION)
target_compile_definitions(tidal-rpc PUBLIC VERSION="${VERSION}")
target_compile_definitions(tidal-rpc PUBLIC VERSION="v.${VERSION}")
endif (VERSION)

# generate proper GUI program on specified platform if on release
Expand Down

0 comments on commit d7f926f

Please sign in to comment.