This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
# ------------------------------------------------- |
| 2 |
# Project created by QtCreator 2009-11-10T14:39:06 |
| 3 |
# ------------------------------------------------- |
| 4 |
|
| 5 |
# Link against gui for X11,etc. |
| 6 |
load(qttest_p4) |
| 7 |
|
| 8 |
DEFINES += SRCDIR=\\\"$$PWD/\\\" |
| 9 |
TARGET = tst_guiapplauncher |
| 10 |
CONFIG += console |
| 11 |
CONFIG -= app_bundle |
| 12 |
CONFIG += qtestlib |
| 13 |
TEMPLATE = app |
| 14 |
SOURCES += tst_guiapplauncher.cpp \ |
| 15 |
windowmanager.cpp |
| 16 |
HEADERS += windowmanager.h |
| 17 |
|
| 18 |
# process enumeration,etc. |
| 19 |
win32:LIBS+=-luser32 |
| 20 |
x11 { |
| 21 |
LIBS += $$QMAKE_LIBS_X11 |
| 22 |
} |
| 23 |
|
| 24 |
CONFIG+=insignificant_test # QTQAINFRA-428 |