Skip to content

Commit 56b2df9

Browse files
committed
Update the README and require an older minimum CMake version
1 parent 841a9b7 commit 56b2df9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(io.papyros.files C CXX)
22

3-
cmake_minimum_required(VERSION 2.8.9)
3+
cmake_minimum_required(VERSION 2.8.7)
44
find_program(INTLTOOL_MERGE intltool-merge)
55
find_program(INTLTOOL_EXTRACT intltool-extract)
66

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Requires Qt 5.3 or higher and [QML Material](https://github.com/papyros/qml-mate
1818

1919
From the root of the repository, run:
2020

21-
$ qmake
21+
$ cmake .
2222
$ make
2323
$ make check # Optional, make sure everything is working correctly
2424
$ sudo make install

po/io.papyros.files.pot

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2015-02-20 21:33-0600\n"
11+
"POT-Creation-Date: 2015-02-20 21:37-0600\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"

0 commit comments

Comments
 (0)