[Webkit-unassigned] [Bug 44100] New: [Qt] QtWebProcess should be installed with 'make install'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 17 04:13:00 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=44100

           Summary: [Qt] QtWebProcess should be installed with 'make
                    install'
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kimmo.t.kinnunen at nokia.com


QtWebProcess should be installed with 'make install'. 

Maybe something like this QWebProcess.pro:

@@ -1,5 +1,8 @@
 TEMPLATE = app
 TARGET = QtWebProcess
+INSTALLS += target
+!isEmpty(INSTALL_BINS): target.path = $$INSTALL_BINS
+else: target.path = $$[QT_INSTALL_BINS]

 SOURCES += \
     qt/MainQt.cpp

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list