Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Build error: cannot find -lGL

$
0
0
Using Fedora 20 beta $ uname -a Linux vmf20 3.11.6-301.fc20.x86_64 #1 SMP Mon Oct 21 21:54:19 UTC 2013 ×86_64 ×86_64 ×86_64 GNU/Linux QtCreator 2.8.1 Based on Qt 5.1.1 (GCC 4.6.1) I successfully built this code on a Windows machine and uploaded it to SourceForge. Then I created the project on the Fedora 20 machine with … New Project -> Import Project -> Git Repository Clone Here is the project file. I don’t see anything problematic in there. QT       += core gui   greaterThan(QT_MAJOR_VERSION, 4): QT += widgets   TARGET = bits TEMPLATE = app   SOURCES += main.cpp \     hexedit.cpp \     bits.cpp \     bitfield.cpp \     BitButton.cpp \     shiftop.cpp \     formatgroup.cpp   HEADERS  += \     controlgroup.h \     bits.ui.h \     bits.h \     bitfield.h \     BitButton.h \     hexedit.h \     shiftop.h \     formatgroup.h   debug {     DESTDIR = ../debug }   release {     DESTDIR = ../release }

Viewing all articles
Browse latest Browse all 2113

Trending Articles