blob: a92f5b9c74c70daa6c0c9d7b70e3d4aae1fd5dcd (
plain)
1
2
3
4
5
6
7
8
9
10
|
TEMPLATE = app
DEPENDPATH = ../../include
CONFIG += console qt warn_on release
HEADERS =
SOURCES = msg2tqm.cpp
TARGET = msg2tqm
REQUIRES=full-config nocrosscompiler
target.path = $$bins.path
INSTALLS += target
|