Skip to content

Commit

Permalink
Update: Releasing v0.0.1 for win platform
Browse files Browse the repository at this point in the history
  • Loading branch information
srilakshmikanthanp committed Aug 8, 2023
1 parent 319e461 commit 437e14b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR)

# set project name and version
project(clipbird VERSION 1.0.0 LANGUAGES CXX)
project(clipbird VERSION 0.0.1 LANGUAGES CXX)

# set c++ standard 17
set(CMAKE_CXX_STANDARD 17)
Expand Down
2 changes: 1 addition & 1 deletion assets/styles/dark.qss
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ QMenu::item {
border-radius: 5px;
padding: 6px;
margin: 2px;
width: 80px;
width: 60px;
}

QMenu::item:selected {
Expand Down
2 changes: 1 addition & 1 deletion assets/styles/light.qss
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ QMenu::item {
border-radius: 5px;
padding: 6px;
margin: 2px;
width: 80px;
width: 60px;
}

QMenu::item:selected {
Expand Down
2 changes: 1 addition & 1 deletion cmake/FindBonjour.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# BONJOUR_INCLUDE_DIR - the bonjour include directory
# BONJOUR_LIBRARIES - the libraries needed to use bonjour
# You need to pass the following variables to cmake:
# BONJOUR_SDK_HOME - the root directory of bonjour
# BONJOUR_SDK_HOME - the root directory of bonjour

# try to find dns_sd.h with path hind as BONJOUR_SDK_HOME/include
find_path(BONJOUR_INCLUDE_DIR dns_sd.h
Expand Down

0 comments on commit 437e14b

Please sign in to comment.