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