Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
.DS_Store
*.pro.user*
*.xcodeproj
Makefile*
bin/
*~
5 changes: 5 additions & 0 deletions src/phantomjs.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ TEMPLATE = app
TARGET = phantomjs
QT += network webkit
CONFIG += console

# Comment to enable Debug Messages
DEFINES += QT_NO_DEBUG_OUTPUT

DESTDIR = ../bin
Expand All @@ -25,3 +27,6 @@ include(gif/gif.pri)

win32: RC_FILE = phantomjs_win.rc
os2: RC_FILE = phantomjs_os2.rc

# Uncomment to build a Mac OS X Universal Binary (i.e. x86 + ppc)
#mac: CONFIG += x86 ppc