36314ae75f
The executables are not in the same dir as on Unix, so we need to use QFINDTESTDATA to find them. The DESTDIR setting prevents qmake from placing the executables in a "debug/" subdir. Change-Id: I1d6d10e6f6f109f55fd9809dcf83da0386f38772 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
9 lines
145 B
Prolog
9 lines
145 B
Prolog
SOURCES = qpong.cpp
|
|
TARGET = qpong
|
|
DESTDIR = ./
|
|
QT = core dbus
|
|
CONFIG -= app_bundle
|
|
CONFIG += console
|
|
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|