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

# Link against gui for X11,etc.
load(qttest_p4)

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
}