summaryrefslogtreecommitdiffstats
path: root/tests/auto/guiapplauncher/guiapplauncher.pro
blob: 30f5cf4f7508a8a6149d3f17443f2188c38515b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -------------------------------------------------
# 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
x11 {
    LIBS += $$QMAKE_LIBS_X11
}