Skip to content

Commit

Permalink
Correct Ubuntu 22.04 build
Browse files Browse the repository at this point in the history
  • Loading branch information
kleag committed Apr 19, 2024
1 parent 62b6fe7 commit 15ba97b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_AUTOMOC ON)
find_package(Qt6 REQUIRED COMPONENTS Core Network)
set(Qt6_LIBRARIES Qt6::Core Qt6::Network )
qt_standard_project_setup()
message("Found Qt6 ${Qt6Core_VERSION}")

message("\n\n\n{Qt6_LIBRARIES}=${Qt6_LIBRARIES} ")
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile-ubuntu22.04
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ ENV DEBIAN_FRONTEND=noninteractive
# Setup
RUN 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
RUN mkdir -p /src/
RUN git clone https://github.com/aymara/qhttpserver /src/qhttpserver
COPY . /src/qhttpserver
#RUN git clone https://github.com/aymara/qhttpserver /src/qhttpserver

RUN mkdir -p /src/qhttpserver/build

Expand Down

0 comments on commit 15ba97b

Please sign in to comment.