standardize statement order in project file a bit
Change-Id: I9fa42d9afa726f52390a2b01637e6f4e9b2fb537 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>bb10
parent
cadfae0f9d
commit
7c200b6dab
|
|
@ -1,5 +1,3 @@
|
|||
include(wrappers/wrappers.pri)
|
||||
|
||||
TARGET = qandroidbearer
|
||||
|
||||
QT = core-private network-private
|
||||
|
|
@ -12,6 +10,8 @@ SOURCES += main.cpp \
|
|||
qandroidbearerengine.cpp \
|
||||
../../qnetworksession_impl.cpp
|
||||
|
||||
include(wrappers/wrappers.pri)
|
||||
|
||||
PLUGIN_TYPE = bearer
|
||||
PLUGIN_CLASS_NAME = QAndroidBearerEnginePlugin
|
||||
load(qt_plugin)
|
||||
|
|
|
|||
Loading…
Reference in New Issue