Skip to content

Commit

Permalink
Add printsupport concurrent, define NO_VERSION_CHECK for Qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan Lloyd committed Apr 26, 2014
1 parent 39a29f7 commit b8039e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion phoenix.pro
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ unix {
}

ICON = resources/images/fritzing_icon.icns
QT += core gui svg xml network sql # opengl

QT += core gui svg xml network sql printsupport concurrent # opengl
greaterThan(QT_MAJOR_VERSION, 4): DEFINES += NO_VERSION_CHECK

RC_FILE = fritzing.rc
RESOURCES += phoenixresources.qrc
Expand Down

0 comments on commit b8039e0

Please sign in to comment.