diff options
author | Alessandro Portale <alessandro.portale@nokia.com> | 2009-08-28 19:07:49 +0200 |
---|---|---|
committer | Alessandro Portale <alessandro.portale@nokia.com> | 2009-08-28 19:08:28 +0200 |
commit | 761793aec914f4af5b3145400091c58b74c37ebf (patch) | |
tree | f5c043265114dca932e33c4cb799c8d00aa14ca7 /src | |
parent | f25f5b41a620b6d46e78eb97e3b2784c646493d0 (diff) | |
download | qt4-tools-761793aec914f4af5b3145400091c58b74c37ebf.tar.gz |
Removing an obviously obsolete LIBS includion workaround.
Reviewed-By: Trustme
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/styles/styles.pri | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/styles/styles.pri b/src/gui/styles/styles.pri index 70ac6cb1a1..7e725c0778 100644 --- a/src/gui/styles/styles.pri +++ b/src/gui/styles/styles.pri @@ -168,8 +168,6 @@ contains( styles, s60 ):contains(QT_CONFIG, s60) { SOURCES += styles/qs60style.cpp symbian { SOURCES += styles/qs60style_s60.cpp - # TODO: fix the following LIBS hack. Line 1 is for armv5, 2 for winscw - LIBS += aknicon aknskins aknskinsrv fontutils LIBS += -laknicon -laknskins -laknskinsrv -lfontutils } else { SOURCES += styles/qs60style_simulated.cpp |