Skip to content

Commit

Permalink
Fix project files of libraries to compile with Qt5
Browse files Browse the repository at this point in the history
This should fix issue sqlitebrowser#11.
  • Loading branch information
MKleusberg committed May 22, 2014
1 parent 8f929a5 commit be401ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/qcustomplot-source/qcustomplot.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
TEMPLATE = lib

QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport

CONFIG += staticlib
CONFIG += debug_and_release

Expand Down
3 changes: 3 additions & 0 deletions libs/qhexedit/qhexedit.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
TEMPLATE = lib

QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport

CONFIG += staticlib
CONFIG += debug_and_release

Expand Down

0 comments on commit be401ad

Please sign in to comment.