Skip to content

Commit 003f7ad

Browse files
author
ximion
committed
Make it possible for Qt4 apps to throw exceptions from slots
This fixes the Qt4 warnings if an exception is thrown in an event handler. git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1370 6778bc44-b910-0410-a7a0-be141de4315d
1 parent ce52907 commit 003f7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projectM-libvisual/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ elseif (${CMAKE_PROJECT_NAME} MATCHES ${PROJECT_NAME})
5252
endif (${CMAKE_PROJECT_NAME} MATCHES "projectM-complete")
5353

5454
INCLUDE_DIRECTORIES(${PROJECTM_INCLUDE} ${LIBVISUAL_INCLUDEDIR} ${SDL_INCLUDE_DIR})
55-
LINK_DIRECTORIES(${PROJECTM_LINK} ${LIBVISUAL_LDFLAGS})
55+
LINK_DIRECTORIES(${PROJECTM_LINK})
5656

5757
TARGET_LINK_LIBRARIES(projectM_libvisual projectM ${SDL_LIBRARY} ${LIBVISUAL_LIBRARIES})
5858

0 commit comments

Comments
 (0)