remove custom plist file since setting working directory within this file did not work
This commit is contained in:
parent
5ff4ef7d42
commit
6d191aa280
2 changed files with 0 additions and 20 deletions
|
@ -22,8 +22,6 @@ macx {
|
|||
-framework CoreAudio \
|
||||
-framework AudioToolbox \
|
||||
-framework AudioUnit
|
||||
|
||||
QMAKE_INFO_PLIST = mac/llcon.plist
|
||||
}
|
||||
|
||||
RCC_DIR = src/res
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
|
||||
<plist version="0.9">
|
||||
<dict>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>llcon.icns</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>Created by Qt/QMake</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>llcon</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.yourcompany.llcon</string>
|
||||
</dict>
|
||||
</plist>
|
Loading…
Reference in a new issue