diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b0c124803..fb6ac5dbc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,9 @@ SET(QMMP_VERSION 0.2.0) SET(QMMP_SOVERSION 0) SET(SVN_VERSION TRUE) +INCLUDE(FindQt4) +include(${QT_USE_FILE}) + SET(LIB_DIR "lib" CACHE STRING "library path") add_subdirectory(src/qmmp) add_subdirectory(src/qmmpui) |
