2012-02-18 19:20:07 +01:00
|
|
|
#-------------------------------------------------
|
|
|
|
#
|
|
|
|
# QupZilla - QtWebKit browser
|
|
|
|
#
|
|
|
|
# Project created by QtCreator 2010-12-18T14:53:41
|
|
|
|
#
|
|
|
|
#-------------------------------------------------
|
|
|
|
|
2012-02-18 14:47:38 +01:00
|
|
|
lessThan(QT_VERSION, 4.7) {
|
|
|
|
error("QupZilla requires at least Qt 4.7!")
|
|
|
|
}
|
|
|
|
|
2012-03-20 17:05:57 +01:00
|
|
|
# Create plugins directory first on Mac / Linux
|
2012-03-21 13:00:30 +01:00
|
|
|
mac|unix: system(test -d bin/plugins || mkdir bin/plugins)
|
2012-03-20 17:05:57 +01:00
|
|
|
|
2011-12-05 17:27:49 +01:00
|
|
|
TEMPLATE = subdirs
|
2012-02-23 19:18:08 +01:00
|
|
|
SUBDIRS = src
|