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

ROOT_DIR = ..

include($$ROOT_DIR/common.pri)

QT *= core gui widgets opengl

HEADERS += \
  tstwidgets.hpp \
  macros.hpp \
  gl_test_widget.hpp \
  gui_test_widget.hpp \
    test_main_loop.hpp

SOURCES += \
  tstwidgets.cpp \
    test_main_loop.cpp