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

ROOT_DIR = ..

include($$ROOT_DIR/common.pri)

QT *= core gui widgets opengl

HEADERS += \
  test_main_loop.hpp \

SOURCES += \
  test_main_loop.cpp \