summaryrefslogtreecommitdiffstats
path: root/tests/auto/guiapplauncher/guiapplauncher.pro
blob: 2f81061545055eff7855a40bf4a881e93de5ebd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -------------------------------------------------
# Project created by QtCreator 2009-11-10T14:39:06
# -------------------------------------------------

# Link against gui for X11,etc.

DEFINES += SRCDIR=\\\"$$PWD/\\\"
TARGET = tst_guiapplauncher
CONFIG += console
CONFIG -= app_bundle
CONFIG += qtestlib
TEMPLATE = app
SOURCES += tst_guiapplauncher.cpp \
    windowmanager.cpp
HEADERS += windowmanager.h

# process enumeration,etc.
win32:LIBS+=-luser32