File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ ENV DEBIAN_FRONTEND=noninteractive
77RUN apt-get update -y -qq && apt-get install -y apt-utils wget bzip2 git gcc g++ cmake cmake-data ninja-build qt6-base-dev-tools qt6-declarative-dev packaging-dev -qq
88RUN mkdir -p /src/
99COPY . /src/qhttpserver
10- #RUN git clone https://github.com/aymara/qhttpserver /src/qhttpserver
1110
1211RUN mkdir -p /src/qhttpserver/build
1312
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ SET(QHTTPSERVER_INCLUDE_DIR @CMAKE_INSTALL_PREFIX@/include)
33SET (QHTTPSERVER_LIBRARY_DIRS @CMAKE_INSTALL_PREFIX @/${LIB_INSTALL_DIR} )
44
55set (QHTTPSERVER_VERSION_MAJOR "1" )
6- set (QHTTPSERVER_VERSION_MINOR "0 " )
6+ set (QHTTPSERVER_VERSION_MINOR "1 " )
77set (QHTTPSERVER_VERSION_RELEASE "@VERSION_RELEASE@" )
88
99set (QHTTPSERVER_VERSION "${QHTTPSERVER_VERSION_MAJOR} .${QHTTPSERVER_VERSION_MINOR} .${QHTTPSERVER_VERSION_RELEASE} " )
You can’t perform that action at this time.
0 commit comments