mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-03-31 20:49:36 +02:00
17 lines
181 B
Prolog
17 lines
181 B
Prolog
QT += testlib
|
|
QT += core
|
|
|
|
CONFIG += c++11
|
|
|
|
TARGET = TestMaths
|
|
|
|
CONFIG += console
|
|
CONFIG += app_bundle
|
|
|
|
SOURCES = TestMaths.cpp
|
|
|
|
HEADERS = TestMaths.h
|
|
|
|
INCLUDEPATH += $$PWD/../src/
|
|
|