Merge pull request #6 from xiannox/testing
Merge pull request #5 from xiannox/testing
This commit is contained in:
4
qcma.pro
4
qcma.pro
@@ -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
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user