ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/CommonLibs/CommonLibs.pro
Revision: 1096
Committed: Sat Dec 30 14:40:33 2017 UTC (7 years, 9 months ago) by s10k
File size: 260 byte(s)
Log Message:
Added zlib, quazip, basicxmlsyntaxhighlighter, conditionalsemaphore and linenumberdisplay libraries. zlib and quazip are pre-compiled, but you can compile them yourself, just delete the dll files (or equivalent binary files to your OS)

File Contents

# Content
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2017-01-23T11:00:52
4 #
5 #-------------------------------------------------
6
7 QT += core
8
9 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
10
11 TARGET = CommonLibs
12 TEMPLATE = app