Skip to content

Commit be277f1

Browse files
committed
One more fix (remove required argument from Qt search)
1 parent da95f89 commit be277f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/demos/segraph/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3232
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
3333

34-
find_package(Qt4 COMPONENTS QtCore QtGui REQUIRED) # find and setup Qt4 for this project
34+
find_package(Qt4 COMPONENTS QtCore QtGui) # find and setup Qt4 for this project
3535
if(QT4_FOUND)
3636
set(segraph_MOC_HDRS Graph.h GraphWindow.h Functions.h)
3737
set(segraph_CPPS main.cpp Graph.cpp GraphWindow.cpp Functions.cpp)

0 commit comments

Comments
 (0)