diff options
Diffstat (limited to 'tools/maketqpf/maketqpf.pro')
-rw-r--r-- | tools/maketqpf/maketqpf.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/maketqpf/maketqpf.pro b/tools/maketqpf/maketqpf.pro new file mode 100644 index 000000000..2fa9d7568 --- /dev/null +++ b/tools/maketqpf/maketqpf.pro @@ -0,0 +1,10 @@ +TEMPLATE = app +CONFIG += qt warn_on release +HEADERS = +SOURCES = main.cpp +INTERFACES = +TARGET = maketqpf +REQUIRES=full-config nocrosscompiler + +target.path = $$bins.path +INSTALLS += target |