diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2016-08-05 22:29:04 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2016-08-23 09:03:54 +0900 |
commit | af406da633d5566298ac2846d55e001749a2a146 (patch) | |
tree | 3352b7815570b65f18e364d26f2052d68ca61957 | |
parent | 35ada9866f554ac407b3d52cb7d321f6e7ce0f2a (diff) | |
download | libquotient-af406da633d5566298ac2846d55e001749a2a146.tar.gz libquotient-af406da633d5566298ac2846d55e001749a2a146.zip |
Restore accidentally merged-out find_package() lines
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fa5abe56..1e5dae8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,6 +10,9 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) # Instruct CMake to run moc automatically when needed. set(CMAKE_AUTOMOC ON) +find_package(Qt5Core 5.2.0) # For JSON (de)serialization +find_package(Qt5Network 5.2.0) # For networking +find_package(Qt5Gui 5.2.0) # For userpics message( STATUS ) message( STATUS "================================================================================" ) |