Skip to content

Commit

Permalink
updated cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmattkc committed May 8, 2019
1 parent 893a94b commit d9030fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ find_package(OpenGL REQUIRED)

find_package(OpenColorIO REQUIRED)

find_package(Qt5 5.7 REQUIRED
find_package(Qt5 5.6 REQUIRED
COMPONENTS
Core
Gui
Expand Down Expand Up @@ -116,8 +116,6 @@ set(OLIVE_SOURCES
effects/effectgizmo.h
effects/effectloaders.cpp
effects/effectloaders.h
effects/effectrow.cpp
effects/effectrow.h
effects/fields/boolfield.cpp
effects/fields/boolfield.h
effects/fields/buttonfield.cpp
Expand Down Expand Up @@ -215,8 +213,12 @@ set(OLIVE_SOURCES
nodes/nodeedge.h
nodes/nodegraph.cpp
nodes/nodegraph.h
nodes/nodeio.cpp
nodes/nodeio.h
nodes/node.h
nodes/nodes.h
nodes/oldeffectnode.h
nodes/oldeffectnode.cpp
nodes/nodes/nodeimageoutput.cpp
nodes/nodes/nodeimageoutput.h
nodes/nodes/nodemedia.cpp
Expand Down Expand Up @@ -303,8 +305,6 @@ set(OLIVE_SOURCES
timeline/timelinetools.h
timeline/track.cpp
timeline/track.h
timeline/tracklist.cpp
timeline/tracklist.h
timeline/tracktypes.h
ui/audiomonitor.cpp
ui/audiomonitor.h
Expand Down

0 comments on commit d9030fb

Please sign in to comment.