Skip to content

Commit

Permalink
[cmake] Set Qt port by default
Browse files Browse the repository at this point in the history
Change-Id: I591834d111e4b564bc2b7a993681ecc83cee6325
  • Loading branch information
annulen committed Mar 12, 2020
1 parent ba0dd75 commit 4ba116a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set(ALL_PORTS
WinCairo
Qt
)
set(PORT "NOPORT" CACHE STRING "choose which WebKit port to build (one of ${ALL_PORTS})")
set(PORT "Qt" CACHE STRING "choose which WebKit port to build (one of ${ALL_PORTS})")

list(FIND ALL_PORTS ${PORT} RET)
if (${RET} EQUAL -1)
Expand Down

0 comments on commit 4ba116a

Please sign in to comment.