1a5f5d0056
- Use QFINDTESTDATA to locate sub-executables - Remove dependency on QtWidgets, use QGuiApplication everywhere. - Improve error handling when running sub-executables, prevent hangs (Windows) Change-Id: If8e3be82f855c8be6bdbfc9f9728e8490ed181f3 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
11 lines
136 B
Prolog
11 lines
136 B
Prolog
TEMPLATE = app
|
|
TARGET =
|
|
DEPENDPATH += .
|
|
INCLUDEPATH += .
|
|
win32: DESTDIR = ../paster
|
|
CONFIG -= app_bundle
|
|
# Input
|
|
SOURCES += main.cpp
|
|
|
|
|