18a3f6169b
Conflicts: demos/demos.pro demos/embedded/digiflip/digiflip.pro examples/examples.pro examples/graphicsview/embeddeddialogs/embeddeddialogs.pro src/gui/kernel/qplatformglcontext_qpa.cpp src/plugins/platforms/wayland/gl_integration/xcomposite_egl/qwaylandxcompositeeglcontext.cpp src/plugins/platforms/wayland/gl_integration/xcomposite_glx/qwaylandxcompositeglxcontext.cpp src/plugins/platforms/wayland/qwaylanddisplay.cpp src/plugins/platforms/wayland/qwaylandwindow.cpp Change-Id: I2a4ec9e2ca9c9aa9d57b55f98985e810b77bb745
18 lines
454 B
Prolog
18 lines
454 B
Prolog
TEMPLATE = app
|
|
TARGET = flightinfo
|
|
SOURCES = flightinfo.cpp
|
|
FORMS += form.ui
|
|
RESOURCES = flightinfo.qrc
|
|
QT += network widgets
|
|
|
|
symbian {
|
|
TARGET.UID3 = 0xA000CF74
|
|
CONFIG += qt_example
|
|
TARGET.CAPABILITY = NetworkServices
|
|
}
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/flightinfo
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/flightinfo
|
|
INSTALLS += target sources
|