summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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