Menu

#2 qmake OPTIONS should be CONFIG

open
nobody
None
5
2011-02-10
2011-02-10
Jayen Ashar
No

make -j2 fails because src does not depend on lib. The patch below fixes this:
diff --git a/qtermwidget.pro b/qtermwidget.pro
index 1b59cb9..7be738c 100644
--- a/qtermwidget.pro
+++ b/qtermwidget.pro
@@ -1,4 +1,4 @@
TEMPLATE = subdirs
SUBDIRS = lib src

-OPTIONS += ordered
\ No newline at end of file
+CONFIG += ordered

Discussion

  • Petr Vaněk

    Petr Vaněk - 2011-07-04

    should be fixed in this repo:
    https://gitorious.org/qtermwidget

     
  • Jayen Ashar

    Jayen Ashar - 2011-07-04

    I'm guessing that's a fork of this sf.net project? Might want to post it to qt-apps.org so others can find it: http://qt-apps.org/content/show.php/QTermWidget?content=82832

     
  • Petr Vaněk

    Petr Vaněk - 2011-07-05

    if all goes fine it will be merged to this sf.net project again. I hope so.

     

Log in to post a comment.

Auth0 Logo