mirror of
https://github.com/romixlab/qmsgpack.git
synced 2025-06-25 01:21:33 +02:00
20 lines
326 B
INI
20 lines
326 B
INI
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2014-09-20T15:17:37
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
QT += testlib
|
|
|
|
QT -= gui
|
|
|
|
TARGET = tst_d
|
|
CONFIG += console
|
|
CONFIG -= app_bundle
|
|
|
|
TEMPLATE = app
|
|
|
|
|
|
SOURCES += tst_d.cpp
|
|
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|