Welcome to mirror list, hosted at ThFree Co, Russian Federation.

qt_common.pro « qt_common « qt - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 01bc692a81ef79fc4806eefb5b1213a8bd570bd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Qt common library.

TARGET = qt_common
TEMPLATE = lib
CONFIG += staticlib warn_on

ROOT_DIR = ../..

include($$ROOT_DIR/common.pri)

QT *= core gui widgets

SOURCES += \
    helpers.cpp \
    map_widget.cpp \
    proxy_style.cpp \
    qtoglcontext.cpp \
    qtoglcontextfactory.cpp \
    scale_slider.cpp \
    spinner.cpp \

HEADERS += \
    helpers.hpp \
    map_widget.hpp \
    proxy_style.hpp \
    qtoglcontext.hpp \
    qtoglcontextfactory.hpp \
    scale_slider.hpp \
    spinner.hpp \

RESOURCES += res/resources_common.qrc