File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,6 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
110110set (CMAKE_AUTOMOC ON )
111111find_package (Qt6 REQUIRED COMPONENTS Core Network)
112112set (Qt6_LIBRARIES Qt6::Core Qt6::Network )
113- qt_standard_project_setup()
114113message ("Found Qt6 ${Qt6Core_VERSION} " )
115114
116115message ("\n\n\n {Qt6_LIBRARIES}=${Qt6_LIBRARIES} " )
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ ENV DEBIAN_FRONTEND=noninteractive
55# Setup
66RUN 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
77RUN mkdir -p /src/
8- RUN git clone https://github.com/aymara/qhttpserver /src/qhttpserver
8+ COPY . /src/qhttpserver
9+ #RUN git clone https://github.com/aymara/qhttpserver /src/qhttpserver
910
1011RUN mkdir -p /src/qhttpserver/build
1112
You can’t perform that action at this time.
0 commit comments