From e873d6dfc56583f6965df1db348ba639b5ae3e05 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 1 May 2008 13:05:17 +0000 Subject: some cmake cleanup git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@357 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/qmmpui') diff --git a/src/qmmpui/CMakeLists.txt b/src/qmmpui/CMakeLists.txt index 1c4b07f2a..73eb4e095 100644 --- a/src/qmmpui/CMakeLists.txt +++ b/src/qmmpui/CMakeLists.txt @@ -2,10 +2,6 @@ project(libqmmpui) cmake_minimum_required(VERSION 2.4.0) -include(FindQt4) -find_package(Qt4 REQUIRED) # find and setup Qt4 for this project -include(${QT_USE_FILE}) - # qt lib ADD_DEFINITIONS( -Wall ) ADD_DEFINITIONS(${QT_DEFINITIONS}) -- cgit v1.2.3-13-gbd6f