diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-09-08 13:26:06 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-09-08 13:26:06 +0000 |
| commit | bfcd52034d3b0a10f3fae5812bdc2a2943700fe8 (patch) | |
| tree | a9e91c5ac872bfa7dc94f5ea97f925335c970316 /src/src.pro | |
| parent | 0843db1a08e67164ca5af629e146798223a86831 (diff) | |
| download | qmmp-bfcd52034d3b0a10f3fae5812bdc2a2943700fe8.tar.gz qmmp-bfcd52034d3b0a10f3fae5812bdc2a2943700fe8.tar.bz2 qmmp-bfcd52034d3b0a10f3fae5812bdc2a2943700fe8.zip | |
removed wrapper from installation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@143 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/src.pro')
| -rw-r--r-- | src/src.pro | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/src.pro b/src/src.pro index 5b32d9aad..a7d321a73 100644 --- a/src/src.pro +++ b/src/src.pro @@ -122,7 +122,7 @@ contains(CONFIG,XSPF_PLUGIN){ } QT += network -TARGET = ../bin/qmmp.real +TARGET = ../bin/qmmp CONFIG += thread release \ warn_on QMAKE_LIBDIR += ../lib @@ -135,11 +135,9 @@ RESOURCES = images/images.qrc \ #TRANSLATIONS = translations/qmmp_ru.ts \ # translations/qmmp_tr.ts \ # translations/qmmp_zh_CN.ts -TEMPLATE = app -script.files += ../bin/qmmp -script.path = /bin +TEMPLATE = app target.path = /bin -INSTALLS += target script +INSTALLS += target HEADERS += addurldialog.h \ skinreader.h |
