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: de6c164d09d9a8afb92eb426088b6eeac35a1924 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TARGET = qt_tstfrm
TEMPLATE = lib
CONFIG += staticlib

ROOT_DIR = ..
DEPENDENCIES = map yg 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 \