From 67a9bce5ac51e6d7ae8c756003649ce67398af03 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 29 Aug 2017 19:46:22 +0000 Subject: reformat .pro files git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7421 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/CommandLineOptions/SeekOption/SeekOption.pro | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/plugins/CommandLineOptions/SeekOption') diff --git a/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro b/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro index 3b645e3dd..128ae4962 100644 --- a/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro +++ b/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro @@ -1,15 +1,14 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/CommandLineOptions/seekoption -QMAKE_CLEAN = $$PLUGINS_PREFIX/CommandLineOptions/libseekoption.so -RESOURCES = translations/translations.qrc +HEADERS += seekoption.h -target.path = $$LIB_DIR/qmmp/CommandLineOptions -INSTALLS += target +SOURCES += seekoption.cpp LIBS += -lqmmpui -HEADERS += seekoption.h +RESOURCES = translations/translations.qrc -SOURCES += seekoption.cpp +target.path = $$LIB_DIR/qmmp/CommandLineOptions +INSTALLS += target -- cgit v1.2.3-13-gbd6f