I don't know about debug in compiling Qt. I had to load a bunch of "debug" packages thou.
A complete intallation of Linux was done last week end.
Once I got the modules listed in the URL I sent you from Debian, The only switch I used was the "-xshape" . I
do use "opengl" in one of my programs.
I use "ddd" or "KDevelop" for debugging.
My ".pro" file is
######################################################################
# Automatically generated by qmake (2.00a) Wed Jun 28 11:25:58 2006
######################################################################
TEMPLATE = app
TARGET +=
DEPENDPATH += .
INCLUDEPATH += .
# Input
CONFIG += opengl qt warn_on debug
HEADERS += beams.h \
columns.h \
controlfunctions.h \
drawingfunctions.h \
editfunctions.h \
edpform.h \
existproject.h \
helpfunction.h \
listing.h \
newproject.h \
operations.h \
plank.h \
printing.h \
products.h \
supportlines.h
FORMS += edpform.ui
SOURCES += beams.cpp \
columns.cpp \
controlfunctions.cpp \
drawingfunctions.cpp \
editfunctions.cpp \
edpform.cpp \
existproject.cpp \
helpfunction.cpp \
listing.cpp \
main.cpp \
newproject.cpp \
operations.cpp \
plank.cpp \
printing.cpp \
products.cpp \
supportlines.cpp
######################################################################
# Automatically generated by qmake (2.00a) Wed Jun 28 11:25:58 2006
######################################################################
TEMPLATE = app
TARGET +=
DEPENDPATH += .
INCLUDEPATH += .
# Input
CONFIG += opengl qt warn_on debug
HEADERS += beams.h \
columns.h \
controlfunctions.h \
drawingfunctions.h \
editfunctions.h \
edpform.h \
existproject.h \
helpfunction.h \
listing.h \
newproject.h \
operations.h \
plank.h \
printing.h \
products.h \
supportlines.h
FORMS += edpform.ui
SOURCES += beams.cpp \
columns.cpp \
controlfunctions.cpp \
drawingfunctions.cpp \
editfunctions.cpp \
edpform.cpp \
existproject.cpp \
helpfunction.cpp \
listing.cpp \
main.cpp \
newproject.cpp \
operations.cpp \
plank.cpp \
printing.cpp \
products.cpp \
supportlines.cpp
To copy to clipboard, switch view to plain text mode
which works fine.
Bookmarks