Files
qt-creator/tests/manual/process/process.pro
2011-04-07 09:10:37 +02:00

26 lines
539 B
Prolog

#-------------------------------------------------
#
# 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