qt5base-lts/tests/auto/widgets/kernel/qapplication/modal/modal.pro
Kurt Korbatits 551e1e63d9 Fixed several unit tests to work in shadow builds
- qlogging, qthreadstorage, qnetworkreply, qapplication, qfile, qprocess
  Added app_bundle and debug_and_release_target to CONFIG

Change-Id: I6212902c449520dc016da9590149a423069cc38c
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
2012-06-29 04:57:04 +02:00

8 lines
127 B
Prolog

QT += widgets
SOURCES += main.cpp \
base.cpp
DESTDIR = ./
CONFIG -= app_bundle debug_and_release_target
HEADERS += base.h