Files
qt-creator/tests/tools/codaclient/codaclient.pro
Friedemann Kleint b0eff051c1 Add Qt 5 libraries to .pro files.
Make Qt Creator compile with Qt 5 after using fixqt4headers.pl.

Change-Id: I74ca51d562f49378b40103b79848f5dd3b11e77e
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2011-11-24 12:02:30 +01:00

16 lines
287 B
Prolog

DEFINES += SYMBIANUTILS_INCLUDE_PRI
QT += network
include(../../../qtcreator.pri)
include(../../../src/shared/symbianutils/symbianutils.pri)
TARGET = codaclient
TEMPLATE = app
CONFIG += console
SOURCES += main.cpp \
codaclientapplication.cpp
HEADERS += codaclientapplication.h