#------------------------------------------------- # # Project created by QtCreator 2010-03-01T11:08:57 # #------------------------------------------------- # Utils lib requires gui, too. QT += core QT += gui include(../../../qtcreator.pri) include($$IDE_SOURCE_TREE/src/libs/utils/utils.pri) # -- Add creator 'utils' lib macx:QMAKE_LFLAGS += -Wl,-rpath,\"$$IDE_BIN_PATH/..\" TARGET = process CONFIG += console CONFIG -= app_bundle TEMPLATE = app SOURCES += main.cpp \ mainwindow.cpp HEADERS += \ mainwindow.h