Skip to content
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.

Merge pull request #5 from xiannox/testing #6

Merged
merged 2 commits into from Dec 18, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions qcma.pro
Expand Up @@ -101,10 +101,10 @@ unix {
DATADIR = $$PREFIX/share

desktop.path = $$DATADIR/applications/$${TARGET}
desktop.files += $${TARGET}.desktop
desktop.files += resources/$${TARGET}.desktop

icon64.path = $$DATADIR/icons/hicolor/64x64/apps
icon64.files += resources/$${TARGET}.png
icon64.files += resources/images/$${TARGET}.png

target.path = $$BINDIR
INSTALLS += target desktop icon64
Expand Down
2 changes: 1 addition & 1 deletion rpmbuild/qcma.spec
Expand Up @@ -28,7 +28,7 @@ cp -r $RPM_SOURCE_DIR/qcma $RPM_BUILD_DIR/qcma
%setup -n qcma -DT

%build
lrelease qcma.pro
lrelease resources/translations/*.ts
qmake PREFIX=/usr
make

Expand Down
2 changes: 1 addition & 1 deletion rpmbuild/qcma64.spec
Expand Up @@ -28,7 +28,7 @@ cp -r $RPM_SOURCE_DIR/qcma $RPM_BUILD_DIR/qcma
%setup -n qcma -DT

%build
lrelease qcma.pro
lrelease resources/translations/*.ts
qmake PREFIX=/usr
make

Expand Down