RESOLVED FIXED 38720
[Qt] Auto test wont compile from \3rdparty\webkit\WebKit\qt\tests
https://bugs.webkit.org/show_bug.cgi?id=38720
Summary [Qt] Auto test wont compile from \3rdparty\webkit\WebKit\qt\tests
Samuel Nevala
Reported 2010-05-06 21:56:02 PDT
Qt: http://qt.gitorious.org/+qt-s60-developers/qt/qt-s60 branch: 4.7 sha: b1225b83282bdeaf7c3847a8f2b3d05e004ce198 Used qt contains webkit from: webkit: git://gitorious.org/qtwebkit/qtwebkit.git sha:3f0f51f4c87e65bfe04165c6af4c00934b0ca1e2 Auto test compile from qt\test\auto. Reproduce: 1. cd qt\src\3rdparty\webkit\WebKit\qt\tests 2. qmake 3. make Expected: auto tests compile Result: tst_ are missing from target files in .mmp Possible fix: Replace !CONFIG(QTDIR_build):TARGET = tst_$$TARGET with !contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")
Attachments
Latest patch (1009 bytes, patch)
2010-06-06 23:39 PDT, Samuel Nevala
no flags
Latest patch (1.01 KB, patch)
2010-06-29 22:20 PDT, Samuel Nevala
no flags
Jesus Sanchez-Palencia
Comment 1 2010-05-12 07:17:20 PDT
Simon, would you mind to take a look at this?
Samuel Nevala
Comment 2 2010-06-06 23:39:19 PDT
Created attachment 57995 [details] Latest patch
Csaba Osztrogonác
Comment 3 2010-06-22 04:05:48 PDT
I don't know why, but load(qttest_p4) is missing from tests.pri. I prefer this line to add into tests.pri, instead of copy/paste code from qttest_p4.prf: CONFIG(QTDIR_build): load(qttest_p4)
Samuel Nevala
Comment 4 2010-06-29 22:20:38 PDT
Created attachment 60084 [details] Latest patch Load qttest_p4.prf under QTDIR_build as suggested.
WebKit Commit Bot
Comment 5 2010-06-30 01:36:03 PDT
Comment on attachment 60084 [details] Latest patch Clearing flags on attachment: 60084 Committed r62169: <http://trac.webkit.org/changeset/62169>
WebKit Commit Bot
Comment 6 2010-06-30 01:36:08 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.