Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Remove Qt version guard
Browse files Browse the repository at this point in the history
  • Loading branch information
vitallium committed Sep 13, 2016
1 parent 70acb2f commit 4aed7df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/phantomjs.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
if(!equals(QT_MAJOR_VERSION, 5)|!equals(QT_MINOR_VERSION, 6)) {
error("This program can only be compiled with Qt 5.6.x.")
}

TEMPLATE = app
TARGET = phantomjs
QT += network webkitwidgets
Expand Down

0 comments on commit 4aed7df

Please sign in to comment.