tests/auto/guiapplauncher/guiapplauncher.pro
changeset 30 5dc02b23752f
parent 3 41300fa6a67c
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
    14     windowmanager.cpp
    14     windowmanager.cpp
    15 HEADERS += windowmanager.h
    15 HEADERS += windowmanager.h
    16 
    16 
    17 # process enumeration,etc.
    17 # process enumeration,etc.
    18 win32:LIBS+=-luser32
    18 win32:LIBS+=-luser32
       
    19 x11 {
       
    20     LIBS += $$QMAKE_LIBS_X11
       
    21 }