aboutsummaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-08-29 19:46:22 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-08-29 19:46:22 +0000
commit67a9bce5ac51e6d7ae8c756003649ce67398af03 (patch)
tree58e5bdd8665aa9f1f691884081d91736fe724b41 /src/app
parentd33947d2ae627981141379889e510dff4c07c6b4 (diff)
downloadqmmp-67a9bce5ac51e6d7ae8c756003649ce67398af03.tar.gz
qmmp-67a9bce5ac51e6d7ae8c756003649ce67398af03.tar.bz2
qmmp-67a9bce5ac51e6d7ae8c756003649ce67398af03.zip
reformat .pro files
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7421 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/app')
-rw-r--r--src/app/app.pro50
1 files changed, 22 insertions, 28 deletions
diff --git a/src/app/app.pro b/src/app/app.pro
index 9773bc79c..de16fb97a 100644
--- a/src/app/app.pro
+++ b/src/app/app.pro
@@ -1,40 +1,30 @@
include(../../qmmp.pri)
-HEADERS += qmmpstarter.h \
- builtincommandlineoption.h \
- lxdesupport.h \
- qmmpapplication.h
-
-SOURCES += \
- qmmpstarter.cpp \
- builtincommandlineoption.cpp \
- lxdesupport.cpp \
- main.cpp \
- qmmpapplication.cpp
-
+TEMPLATE = app
-# Some conf to redirect intermediate stuff in separate dirs
-QT += network
unix:TARGET = ../../bin/qmmp
win32:TARGET = ../../../bin/qmmp
-CONFIG += thread \
- warn_on
-QMAKE_LIBDIR += ../../lib \
- qmmpui
-unix:LIBS += -L../../lib \
- -lqmmp \
- -lqmmpui
-win32:LIBS += -L../../bin \
- -lqmmp0 \
- -lqmmpui0
+QT += network
-win32:RC_FILE = qmmp.rc
+HEADERS += qmmpstarter.h \
+ builtincommandlineoption.h \
+ lxdesupport.h \
+ qmmpapplication.h
+
+SOURCES += qmmpstarter.cpp \
+ builtincommandlineoption.cpp \
+ lxdesupport.cpp \
+ main.cpp \
+ qmmpapplication.cpp
+
+RESOURCES = images/images.qrc translations/qmmp_locales.qrc
INCLUDEPATH += ../
-RESOURCES = images/images.qrc
-TEMPLATE = app
+LIBS += -lqmmp -lqmmpui
+
unix {
+ QMAKE_LIBDIR += ../../lib
target.path = /bin
desktop.files = qmmp.desktop \
qmmp_enqueue.desktop \
@@ -56,4 +46,8 @@ unix {
icon48 \
icon_svg
}
-RESOURCES += translations/qmmp_locales.qrc
+
+win32 {
+ QMAKE_LIBDIR += ../../bin
+ RC_FILE = qmmp.rc
+}