diff --git a/specrunner/Info.plist b/specrunner/Info.plist new file mode 100644 index 0000000..032fa01 --- /dev/null +++ b/specrunner/Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleIconFile + + CFBundlePackageType + APPL + CFBundleGetInfoString + Created by Qt/QMake + CFBundleSignature + ???? + CFBundleExecutable + specrunner + CFBundleIdentifier + com.yourcompany.specrunner + NOTE + This file was generated by Qt/QMake. + LSUIElement + 1 + + diff --git a/specrunner/specrunner.pro b/specrunner/specrunner.pro index 8540bed..6cf738d 100644 --- a/specrunner/specrunner.pro +++ b/specrunner/specrunner.pro @@ -2,3 +2,4 @@ TEMPLATE = app TARGET = specrunner SOURCES = specrunner.cpp QT += network webkit +QMAKE_INFO_PLIST = Info.plist