summaryrefslogtreecommitdiffstats
path: root/tests/auto/guiapplauncher/guiapplauncher.pro
blob: 27c3553a2c015efd369054de4dfdeea55aa57b15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -------------------------------------------------
# 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

win32 {
  # process enumeration,etc.
  LIBS+=user32.lib
}