diff options
| author | Niels Ole Salscheider <niels_ole@salscheider-online.de> | 2017-09-03 22:27:25 +0200 |
|---|---|---|
| committer | Niels Ole Salscheider <niels_ole@salscheider-online.de> | 2017-09-04 20:34:53 +0200 |
| commit | 77d52eb507474ae5a2c1b2f540e3c67945eaea37 (patch) | |
| tree | 7f0a9e19bd8cdff3f5ecb72ce04708c42e9558c7 /CMakeLists.txt | |
| parent | 8e0415d0bacbce3fc6d7b66304936d578d52b214 (diff) | |
| download | qxmpp-77d52eb507474ae5a2c1b2f540e3c67945eaea37.tar.gz | |
Re-add codecs support to the build system
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 22a9321f..21782128 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,6 +9,8 @@ set(SO_VERSION 0) set(VERSION_STRING ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) mark_as_advanced(VERSION_MAJOR VERSION_MINOR VERSION_PATCH VERSION_STRING) +set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules") + find_package(Qt5 REQUIRED COMPONENTS Core Network Xml) set(CMAKE_AUTOMOC ON) set(CMAKE_AUTORCC ON) |
