Merge pull request #6 from xiannox/testing

Merge pull request #5 from xiannox/testing
This commit is contained in:
codestation
2013-12-17 17:06:00 -08:00
3 changed files with 4 additions and 4 deletions

View File

@@ -101,10 +101,10 @@ unix {
DATADIR = $$PREFIX/share DATADIR = $$PREFIX/share
desktop.path = $$DATADIR/applications/$${TARGET} desktop.path = $$DATADIR/applications/$${TARGET}
desktop.files += $${TARGET}.desktop desktop.files += resources/$${TARGET}.desktop
icon64.path = $$DATADIR/icons/hicolor/64x64/apps icon64.path = $$DATADIR/icons/hicolor/64x64/apps
icon64.files += resources/$${TARGET}.png icon64.files += resources/images/$${TARGET}.png
target.path = $$BINDIR target.path = $$BINDIR
INSTALLS += target desktop icon64 INSTALLS += target desktop icon64

View File

@@ -28,7 +28,7 @@ cp -r $RPM_SOURCE_DIR/qcma $RPM_BUILD_DIR/qcma
%setup -n qcma -DT %setup -n qcma -DT
%build %build
lrelease qcma.pro lrelease resources/translations/*.ts
qmake PREFIX=/usr qmake PREFIX=/usr
make make

View File

@@ -28,7 +28,7 @@ cp -r $RPM_SOURCE_DIR/qcma $RPM_BUILD_DIR/qcma
%setup -n qcma -DT %setup -n qcma -DT
%build %build
lrelease qcma.pro lrelease resources/translations/*.ts
qmake PREFIX=/usr qmake PREFIX=/usr
make make