aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-05-01 13:05:17 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-05-01 13:05:17 +0000
commite873d6dfc56583f6965df1db348ba639b5ae3e05 (patch)
tree63a115fb66ae15a1cbd67c7eec6771dd3b8374b5 /src/qmmpui/CMakeLists.txt
parent49c20883c53345f7d2f5378d54e289129d78cf02 (diff)
downloadqmmp-e873d6dfc56583f6965df1db348ba639b5ae3e05.tar.gz
qmmp-e873d6dfc56583f6965df1db348ba639b5ae3e05.tar.bz2
qmmp-e873d6dfc56583f6965df1db348ba639b5ae3e05.zip
some cmake cleanup
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@357 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/CMakeLists.txt')
-rw-r--r--src/qmmpui/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
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})