standardize statement order in project files a bit
Change-Id: I96bbe1343eedbad6b48579d700bbb6b5b80d69f1 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user