551e1e63d9
- 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>
7 lines
95 B
Prolog
7 lines
95 B
Prolog
QT += widgets
|
|
CONFIG -= app_bundle debug_and_release_target
|
|
|
|
DESTDIR = ./
|
|
|
|
SOURCES += main.cpp
|