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 587914 Details for
Bug 826397
QString Segfaults on appending string at line 274 in the QString Library
[?]
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.
Qt .pro file, modified for use with the testcase
HBM.pro (text/plain), 1.43 KB, created by
lukewolf101010
on 2012-05-31 02:03:55 UTC
(
hide
)
Description:
Qt .pro file, modified for use with the testcase
Filename:
MIME Type:
Creator:
lukewolf101010
Created:
2012-05-31 02:03:55 UTC
Size:
1.43 KB
patch
obsolete
># Add files and directories to ship with the application ># by adapting the examples below. ># file1.source = myfile ># dir1.source = mydir >DEPLOYMENTFOLDERS = # file1 dir1 > >#symbian:TARGET.UID3 = 0xE2616A7A > ># Smart Installer package's UID ># This UID is from the protected range ># and therefore the package will fail to install if self-signed ># By default qmake uses the unprotected range value if unprotected UID is defined for the application ># and 0x2002CCCF value if protected UID is given to the application >#symbian:DEPLOYMENT.installer_header = 0x2002CCCF > ># Allow network access on Symbian >#symbian:TARGET.CAPABILITY += NetworkServices > ># If your application uses the Qt Mobility libraries, uncomment ># the following lines and add the respective components to the ># MOBILITY variable. ># CONFIG += mobility ># MOBILITY += > >SOURCES += main.cpp \ > node.cpp \ > #nodemanager.cpp \ > #hbmbutton.cpp \ > #mainwindow.cpp \ > #guidecontrol.cpp \ > #hbmview.cpp \ > #hbmcontroller.cpp >HEADERS += \ > node.h \ > #nodemanager.h \ > #hbmbutton.h \ > #mainwindow.h \ > #guidecontrol.h \ > #hbmview.h \ > #hbmcontroller.h \ > #hbm.h >#FORMS += \ > #mainwindow.ui \ > #guidecontrol.ui >QT += gui declarative > ># Please do not modify the following two lines. Required for deployment. >include(deployment.pri) >qtcAddDeployment() > >OTHER_FILES += \ > Resources/alienapp.hjt \ > #ui.qml \ > >RESOURCES += \ > quickguide.qrc > > > > > > > > > > > >
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 826397
:
587599
|
587600
|
587601
|
587908
|
587909
|
587914
|
587916
|
587917
|
587918
|
587922