Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
D3Nd3R committed Jun 21, 2024
1 parent ec2ee92 commit 554b80a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions example/QtPlayer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set(PROJECT_SOURCES
)

add_executable(QtPlayer
${PROJECT_SOURCES}
${PROJECT_SOURCES}
)


Expand All @@ -35,7 +35,7 @@ target_link_libraries(QtPlayer PRIVATE

include(GNUInstallDirs)
install(TARGETS QtPlayer
BUNDLE DESTINATION .
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
BUNDLE DESTINATION .
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
)
1 change: 1 addition & 0 deletions lib/include/qframgrabber/QFrameProvider.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include "Types.hpp"

#include <qframgrabber/Buffer.hpp>

#include <opencv2/core/core.hpp>

#include <QThread>
Expand Down
1 change: 0 additions & 1 deletion lib/src/FrameGrabberImpl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <opencv2/core/mat.hpp>
#include <opencv2/videoio/videoio.hpp>


namespace frame_grabber::impl
{

Expand Down

0 comments on commit 554b80a

Please sign in to comment.