Remove clock_gettime() library dependency.
authorMichael Brasser <michael.brasser@nokia.com>
Thu, 9 Jun 2011 02:10:03 +0000 (12:10 +1000)
committerMichael Brasser <michael.brasser@nokia.com>
Thu, 9 Jun 2011 02:10:03 +0000 (12:10 +1000)
Should have been removed as part of cd6ebb4912a5d96c788ea0c838d8a1a06ff4029e.

src/declarative/qml/qml.pri

index 5d56b30..a69d52c 100644 (file)
@@ -135,8 +135,3 @@ QT += sql
 include(parser/parser.pri)
 include(rewriter/rewriter.pri)
 include(v4/v4.pri)
-
-# clock_gettime() is implemented in librt on these systems
-contains(QT_CONFIG, clock-gettime) {
-    linux-*|hpux-*|solaris-*:LIBS_PRIVATE *= -lrt
-}