tests/auto/guiapplauncher/guiapplauncher.pro
changeset 3 41300fa6a67c
child 30 5dc02b23752f
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
       
     1 # -------------------------------------------------
       
     2 # Project created by QtCreator 2009-11-10T14:39:06
       
     3 # -------------------------------------------------
       
     4 
       
     5 # Link against gui for X11,etc.
       
     6 
       
     7 DEFINES += SRCDIR=\\\"$$PWD/\\\"
       
     8 TARGET = tst_guiapplauncher
       
     9 CONFIG += console
       
    10 CONFIG -= app_bundle
       
    11 CONFIG += qtestlib
       
    12 TEMPLATE = app
       
    13 SOURCES += tst_guiapplauncher.cpp \
       
    14     windowmanager.cpp
       
    15 HEADERS += windowmanager.h
       
    16 
       
    17 # process enumeration,etc.
       
    18 win32:LIBS+=-luser32