standardize statement order in project files a bit

Change-Id: I96bbe1343eedbad6b48579d700bbb6b5b80d69f1
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
Oswald Buddenhagen
2016-02-12 16:31:39 +01:00
parent 3ef3e5b101
commit 8f9bc2ed72
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
TARGET = qavfcamera
# Avoid clash with a variable named `slots' in a Quartz header
CONFIG += no_keywords
TARGET = qavfcamera
QT += multimedia-private network
LIBS += -framework AudioToolbox \

View File

@@ -1,9 +1,9 @@
TARGET = qavfmediaplayer
#DEFINES += QT_DEBUG_AVF
# Avoid clash with a variable named `slots' in a Quartz header
CONFIG += no_keywords
TARGET = qavfmediaplayer
QT += multimedia-private network
LIBS += -framework AVFoundation -framework CoreMedia