Commit 8f9bc2ed authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

standardize statement order in project files a bit


Change-Id: I96bbe1343eedbad6b48579d700bbb6b5b80d69f1
Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@theqtcompany.com>
Showing with 3 additions and 2 deletions
TARGET = qavfcamera
# Avoid clash with a variable named `slots' in a Quartz header # Avoid clash with a variable named `slots' in a Quartz header
CONFIG += no_keywords CONFIG += no_keywords
TARGET = qavfcamera
QT += multimedia-private network QT += multimedia-private network
LIBS += -framework AudioToolbox \ LIBS += -framework AudioToolbox \
......
TARGET = qavfmediaplayer
#DEFINES += QT_DEBUG_AVF #DEFINES += QT_DEBUG_AVF
# Avoid clash with a variable named `slots' in a Quartz header # Avoid clash with a variable named `slots' in a Quartz header
CONFIG += no_keywords CONFIG += no_keywords
TARGET = qavfmediaplayer
QT += multimedia-private network QT += multimedia-private network
LIBS += -framework AVFoundation -framework CoreMedia LIBS += -framework AVFoundation -framework CoreMedia
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment