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

qt_tstfrm.pro « qt_tstfrm - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9b39b5609e5dbe612784b7e1bcee4764520542d (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
TARGET = qt_tstfrm
TEMPLATE = lib
CONFIG += staticlib

ROOT_DIR = ..
DEPENDENCIES = map graphics geometry coding base

include($$ROOT_DIR/common.pri)

QT *= core gui opengl

HEADERS += \
  main_tester.hpp \
  tstwidgets.hpp \
  widgets.hpp \
  widgets_impl.hpp \
  screen_qt.hpp \
  macros.hpp

SOURCES += \
  main_tester.cpp \
  tstwidgets.cpp \
  screen_qt.cpp \