Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 150111 Details for
Bug 232392
qt4: qmake does not set CC, CXX, etc, mkspecs/common awol?
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
qgle.pro and qgle.qrc
qgle.log (text/plain), 4.16 KB, created by
Mamoru TASAKA
on 2007-03-15 06:25:33 UTC
(
hide
)
Description:
qgle.pro and qgle.qrc
Filename:
MIME Type:
Creator:
Mamoru TASAKA
Created:
2007-03-15 06:25:33 UTC
Size:
4.16 KB
patch
obsolete
>qgle.pro: >-------------------------------- ># ># QGLE - A Graphical Interface to GLE ># Copyright (C) 2006 A. S. Budden & J. Struyf ># ># This program is free software; you can redistribute it and/or ># modify it under the terms of the GNU General Public License ># as published by the Free Software Foundation; either version 2 ># of the License, or (at your option) any later version. ># ># This program is distributed in the hope that it will be useful, ># but WITHOUT ANY WARRANTY; without even the implied warranty of ># MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ># GNU General Public License for more details. ># ># You should have received a copy of the GNU General Public License ># along with this program; if not, write to the Free Software ># Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ># ># Also add information on how to contact you by electronic and paper mail. ># > >TEMPLATE = app >TARGET += >DEPENDPATH += . >INCLUDEPATH += . >CONFIG += qt >unix:MOC_DIR = ./moc >unix:OBJECTS_DIR = ./objects >QT += network > >CONFIG += release > ># The following is included purely to get libqgs working >#QT += qt3support > ># If in debug mode, show the console in Windows ># Otherwise, stop qDebug from outputting anything. >CONFIG(debug, debug|release) { > win32 { ># The following is automatically set to ># "windows" in release mode, we override it here ># in debug mode so that we can see the debugging output. ># for a release build, change "CONFIG += debug" above ># to "CONFIG += release". > CONFIG += console > } >} else { > DEFINES += QT_NO_DEBUG_OUTPUT >} > ># Input >HEADERS += qgle_statics.h \ > mainwindow.h \ > gledrawing.h \ > qgs.h \ > gsinc/*.h \ > settings.h \ > drawingobject.h \ > line.h \ > circle.h \ > arc.h \ > fileinfo.h \ > grid.h \ > qgle_definitions.h \ > settings_dialogue.h \ > about.h \ > newfile.h \ > snapline.h \ > serverthread.h >SOURCES += qgle_statics.cpp \ > main.cpp \ > mainwindow.cpp \ > gledrawing.cpp \ > qgs.cpp \ > line.cpp \ > circle.cpp \ > arc.cpp \ > fileinfo.cpp \ > drawingobject.cpp \ > grid.cpp \ > settings.cpp \ > serverthread.cpp \ > settings_dialogue.cpp \ > about.cpp \ > newfile.cpp \ > snapline.cpp \ > qgslibloader.cpp >RESOURCES += qgle.qrc > >win32 { > RC_FILE += qgle.rc >} > >macx { > ICON += images/gle.icns >} > >DISTFILES += readme.txt \ > gpl.txt \ > gsinc/LICENSE \ > images/amove.png \ > images/arc_3p.png \ > images/circle.png \ > images/edit_mode.png \ > images/editor.png \ > images/gle.ico \ > images/gle.png \ > images/grid.png \ > images/gle.icns \ > images/grid_snap.png \ > images/line.png \ > images/new.png \ > images/open.png \ > images/orthosnap.png \ > images/osnap.png \ > images/pointer.png \ > images/polarsnap.png \ > images/preview_mode.png \ > images/save.png \ > images/zoom_in.png \ > images/zoom_out.png > ># vim:et >-------------------------------- > >qgle.qrc: >-------------------------------- ><!DOCTYPE RCC><RCC version="1.0"> ><qresource> > <file>images/amove.png</file> > <file>images/arc_3p.png</file> > <file>images/circle.png</file> > <file>images/edit_mode.png</file> > <file>images/editor.png</file> > <file>images/gle.png</file> > <file>images/grid.png</file> > <file>images/grid_snap.png</file> > <file>images/line.png</file> > <file>images/new.png</file> > <file>images/open.png</file> > <file>images/orthosnap.png</file> > <file>images/osnap.png</file> > <file>images/pointer.png</file> > <file>images/polarsnap.png</file> > <file>images/preview_mode.png</file> > <file>images/save.png</file> > <file>images/zoom_in.png</file> > <file>images/zoom_out.png</file> > <file>readme.txt</file> ></qresource> ></RCC> >--------------------------------
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 232392
:
150110
| 150111