Fix library installation directory

r14.0.x
Timothy Pearson 12 years ago
parent dd5447a3f8
commit e3be7c7345

@ -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

Loading…
Cancel
Save