diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-29 18:39:40 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-29 18:39:40 +0000 |
| commit | 6dc1e536ffa3478baafd63246707c84f9e4c99db (patch) | |
| tree | d9f03b421cd5c33c8687f93a7759859a30ce7d98 /src/plugins/Input/aac/CMakeLists.txt | |
| parent | 5dc0158eea0d4ff35e5d02b03b1e54d4aa838941 (diff) | |
| download | qmmp-6dc1e536ffa3478baafd63246707c84f9e4c99db.tar.gz qmmp-6dc1e536ffa3478baafd63246707c84f9e4c99db.tar.bz2 qmmp-6dc1e536ffa3478baafd63246707c84f9e4c99db.zip | |
enabled aac support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1269 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/aac/CMakeLists.txt')
| -rw-r--r-- | src/plugins/Input/aac/CMakeLists.txt | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/src/plugins/Input/aac/CMakeLists.txt b/src/plugins/Input/aac/CMakeLists.txt index 469a7eef8..2284ef36a 100644 --- a/src/plugins/Input/aac/CMakeLists.txt +++ b/src/plugins/Input/aac/CMakeLists.txt @@ -64,14 +64,14 @@ link_directories(${TAGLIB_LIBRARY_DIRS}) SET(libaac_SRCS decoder_aac.cpp decoderaacfactory.cpp - detailsdialog.cpp + aacmetadatamodel.cpp aacfile.cpp ) SET(libaac_MOC_HDRS decoderaacfactory.h decoder_aac.h - detailsdialog.h + aacmetadatamodel.h aacfile.h ) @@ -81,20 +81,12 @@ QT4_ADD_RESOURCES(libaac_RCC_SRCS ${libaac_RCCS}) QT4_WRAP_CPP(libaac_MOC_SRCS ${libaac_MOC_HDRS}) -# user interface - - -SET(libaac_UIS - detailsdialog.ui -) - -QT4_WRAP_UI(libaac_UIS_H ${libaac_UIS}) # Don't forget to include output directory, otherwise # the UI file won't be wrapped! include_directories(${CMAKE_CURRENT_BINARY_DIR}) IF(FAAD_FOUND) -ADD_LIBRARY(aac MODULE ${libaac_SRCS} ${libaac_MOC_SRCS} ${libaac_UIS_H} ${libaac_RCC_SRCS}) +ADD_LIBRARY(aac MODULE ${libaac_SRCS} ${libaac_MOC_SRCS} ${libaac_RCC_SRCS}) add_dependencies(aac qmmp) target_link_libraries(aac ${QT_LIBRARIES} -lqmmp -lfaad ${TAGLIB_LDFLAGS} ${TAGLIB_CFLAGS}) install(TARGETS aac DESTINATION ${LIB_DIR}/qmmp/Input) |
