summaryrefslogtreecommitdiffstats
path: root/examples/custom-appman/custom-appman.pro
blob: 3dca398dd985e9fdd4a709f2791c06619bc11eda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = app
TARGET   = custom-appman

CONFIG += c++11 link_pkgconfig exceptions console
CONFIG -= app_bundle qml_debug

DEFINES += QT_MESSAGELOGCONTEXT

QT = appman_main-private

SOURCES = custom-appman.cpp

OTHER_FILES += \
    doc/src/*.qdoc \
    doc/images/*.png \

target.path = $$[QT_INSTALL_EXAMPLES]/custom-appman
INSTALLS += target