aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/app.pro
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2009-03-10 12:08:12 +0100
committercon <qtc-committer@nokia.com>2009-03-10 12:08:12 +0100
commit5b683c84ef06111309caacb2dcf95453b4143d19 (patch)
tree46bc484bb9d7f8ba9bb5f776158071c1a2e477ca /src/app/app.pro
parentf5fa4cf6ff0b798945ed4e0db64d1103507e4373 (diff)
Fixes: Don't explicitly link against svg and dbus
Details: Since we now set LD_LIBRARY_PATH. Missing part is that we need to ship Qt3Support with creator.
Diffstat (limited to 'src/app/app.pro')
-rw-r--r--src/app/app.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app/app.pro b/src/app/app.pro
index 14a3cdf35c..704070830a 100644
--- a/src/app/app.pro
+++ b/src/app/app.pro
@@ -13,8 +13,6 @@ win32 {
}
linux-* {
LIBS *= -lExtensionSystem -lAggregation
- ISGCC33=$$(GCC33)
- !equals(ISGCC33, 1):QT += svg dbus
target.path = /bin
INSTALLS += target