Updated README.md with make install step
This commit is contained in:
@@ -13,11 +13,12 @@ mkdir build_QtZeiterfassung
|
|||||||
cd build_QtZeiterfassung
|
cd build_QtZeiterfassung
|
||||||
qmake ../QtZeiterfassung
|
qmake ../QtZeiterfassung
|
||||||
make
|
make
|
||||||
|
make install # only needed on first build to copy Qt resources
|
||||||
```
|
```
|
||||||
|
|
||||||
## Launching (on unix)
|
## Launching (on unix)
|
||||||
```
|
```
|
||||||
LD_LIBRARY_PATH=../lib ./zeiterfassung # or just use start.sh
|
./zeiterfassung.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
## Launching (on win32)
|
## Launching (on win32)
|
||||||
|
@@ -14,12 +14,12 @@
|
|||||||
<translation>Lade...</translation>
|
<translation>Lade...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lunchmealdialog.cpp" line="26"/>
|
<location filename="../lunchmealdialog.cpp" line="18"/>
|
||||||
<source>Lunch meal for %0</source>
|
<source>Lunch meal for %0</source>
|
||||||
<translation>Mittagsmenü vom %0</translation>
|
<translation>Mittagsmenü vom %0</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lunchmealdialog.cpp" line="26"/>
|
<location filename="../lunchmealdialog.cpp" line="18"/>
|
||||||
<source>dd.MM.yyyy</source>
|
<source>dd.MM.yyyy</source>
|
||||||
<translation>dd.MM.yyyy</translation>
|
<translation>dd.MM.yyyy</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -27,9 +27,15 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>LunchMealWidget</name>
|
<name>LunchMealWidget</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lunchmealwidget.cpp" line="16"/>
|
<location filename="../lunchmealwidget.cpp" line="22"/>
|
||||||
<source>Lunch meal</source>
|
<source>Lunch meal</source>
|
||||||
<translation>Mittagsmenü</translation>
|
<translation>Mittagsmenü</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../lunchmealwidget.cpp" line="57"/>
|
||||||
|
<location filename="../lunchmealwidget.cpp" line="58"/>
|
||||||
|
<source>Could not load lunch meal!</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
</TS>
|
</TS>
|
||||||
|
@@ -14,12 +14,12 @@
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lunchmealdialog.cpp" line="26"/>
|
<location filename="../lunchmealdialog.cpp" line="18"/>
|
||||||
<source>Lunch meal for %0</source>
|
<source>Lunch meal for %0</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lunchmealdialog.cpp" line="26"/>
|
<location filename="../lunchmealdialog.cpp" line="18"/>
|
||||||
<source>dd.MM.yyyy</source>
|
<source>dd.MM.yyyy</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -27,9 +27,15 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>LunchMealWidget</name>
|
<name>LunchMealWidget</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lunchmealwidget.cpp" line="16"/>
|
<location filename="../lunchmealwidget.cpp" line="22"/>
|
||||||
<source>Lunch meal</source>
|
<source>Lunch meal</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../lunchmealwidget.cpp" line="57"/>
|
||||||
|
<location filename="../lunchmealwidget.cpp" line="58"/>
|
||||||
|
<source>Could not load lunch meal!</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
</TS>
|
</TS>
|
||||||
|
Reference in New Issue
Block a user