We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da95f89 commit be277f1Copy full SHA for be277f1
src/demos/segraph/CMakeLists.txt
@@ -31,7 +31,7 @@
31
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
32
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
33
34
-find_package(Qt4 COMPONENTS QtCore QtGui REQUIRED) # find and setup Qt4 for this project
+find_package(Qt4 COMPONENTS QtCore QtGui) # find and setup Qt4 for this project
35
if(QT4_FOUND)
36
set(segraph_MOC_HDRS Graph.h GraphWindow.h Functions.h)
37
set(segraph_CPPS main.cpp Graph.cpp GraphWindow.cpp Functions.cpp)
0 commit comments