summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-07 01:16:26 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-07 01:16:26 -0500
commite3be7c73452bf745344ef8006e779f80dad40a5a (patch)
treed4940bbcf1faa6eded702949fa89f18afff8e1c1
parentdd5447a3f86dd6c9febbd85524f1f1d714744f1c (diff)
downloadqt4-tqt-theme-engine-e3be7c73452bf745344ef8006e779f80dad40a5a.tar.gz
qt4-tqt-theme-engine-e3be7c73452bf745344ef8006e779f80dad40a5a.zip
Fix library installation directory
-rw-r--r--lib/lib.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib.pro b/lib/lib.pro
index e9dd9b7..e24c2f5 100644
--- a/lib/lib.pro
+++ b/lib/lib.pro
@@ -11,6 +11,6 @@ INCLUDEPATH += /opt/trinity/include
LIBS += -L/usr/lib -ltqt -ltqt-mt -L /opt/trinity/lib -lDCOP -ltdecore -ltdeui -lkio
# install
-target.path = $$[QT_INSTALL_LIBS]/styles
+target.path = $$[QT_INSTALL_LIBS]
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS
INSTALLS += target sources