From dd5447a3f86dd6c9febbd85524f1f1d714744f1c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 7 May 2012 00:31:43 -0500 Subject: Split TDE/Qt4 interface library out and install files into correct locations --- styleplugin.pro | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'styleplugin.pro') diff --git a/styleplugin.pro b/styleplugin.pro index 2bfa0fd..b769803 100644 --- a/styleplugin.pro +++ b/styleplugin.pro @@ -1,8 +1,7 @@ TEMPLATE = subdirs -SUBDIRS = plugin +SUBDIRS = lib plugin # install -target.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin +target.path = $$[QT_INSTALL_PLUGINS]/styles sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS styleplugin.pro -sources.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin -INSTALLS += target sources +INSTALLS += target -- cgit v1.2.1