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: dc51b9a84fed082af30b6c2c7bb0cb0c2fa89ec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 += \
  tstwidgets.hpp \
  macros.hpp \
  gl_test_widget.hpp \
  gui_test_widget.hpp \

SOURCES += \
  tstwidgets.cpp \