small revisions
This commit is contained in:
parent
ff048219c4
commit
832e898e30
3 changed files with 8 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
*********************************
|
||||
* EQL5 is a Qt5 port of EQL/Qt4 *
|
||||
*********************************
|
||||
********************************************
|
||||
* EQL5 is a (extended) Qt5 port of EQL/Qt4 *
|
||||
********************************************
|
||||
|
||||
# contact: gmail, polos.ruetz
|
||||
# mailing list: http://groups.google.com/group/eql-user/topics
|
||||
|
|
@ -53,12 +53,12 @@ TESTED WITH
|
|||
linker errors; the source files are in "eql5/src/gen/quick/";
|
||||
|
||||
|
||||
|
||||
REQUIREMENTS
|
||||
============
|
||||
|
||||
* ECL threads + unicode
|
||||
* Qt >= 5.5
|
||||
* /should/ run cross-platform
|
||||
|
||||
QtWebKit note:
|
||||
If you want QtWebKit included in the official downloads from qt.io archives,
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
NOTE
|
||||
====
|
||||
|
||||
The :webengine module requires Qt >= 5.7 to build (if you use Qt 5.6, just
|
||||
comment out the few lines in the sources which functions are not defined).
|
||||
The :webengine module requires Qt 5.8 to build (if you use earlier versions,
|
||||
just comment out the few lines in the sources which functions are not defined,
|
||||
see compile errors).
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ MOC_DIR = ./tmp/
|
|||
|
||||
QMAKE_RPATHDIR = /usr/local/lib
|
||||
target.path = /usr/local/bin
|
||||
INSTALLS += target
|
||||
INSTALLS = target
|
||||
|
||||
win32 {
|
||||
include(windows.pri)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue