switch to new-style configure tests
Change-Id: Ib56d0cb24065c1f990aee5d7f41bfedfe75332a1 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
c495dfe142
commit
82ade38b11
@@ -2,12 +2,9 @@ TEMPLATE = app
|
||||
DEPENDPATH += .
|
||||
INCLUDEPATH += .
|
||||
|
||||
requires(unix)
|
||||
|
||||
SOURCES = alsatest.cpp
|
||||
|
||||
CONFIG -= qt dylib
|
||||
mac:CONFIG -= app_bundle
|
||||
|
||||
LIBS+=-lasound
|
||||
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
CONFIG -= qt
|
||||
CONFIG += console
|
||||
|
||||
requires(win32*)
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
LIBS += -lstrmiids -ldmoguids -luuid -lmsdmo -lole32 -loleaut32
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
CONFIG -= qt
|
||||
CONFIG += console
|
||||
|
||||
requires(win32*)
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
requires(unix)
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
CONFIG += link_pkgconfig
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
requires(unix)
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
CONFIG += link_pkgconfig
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
requires(unix)
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
CONFIG += link_pkgconfig
|
||||
|
||||
@@ -2,8 +2,6 @@ CONFIG -= qt
|
||||
LIBS +=
|
||||
CONFIG += link_pkgconfig
|
||||
|
||||
requires(unix)
|
||||
|
||||
PKGCONFIG += \
|
||||
libpulse \
|
||||
libpulse-mainloop-glib
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
requires(unix)
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
CONFIG += link_pkgconfig
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
CONFIG -= qt
|
||||
CONFIG += console
|
||||
|
||||
requires(win32*)
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
LIBS += -lstrmiids -lole32 -lOleaut32 -luser32 -lgdi32
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
CONFIG -= qt
|
||||
CONFIG += console
|
||||
|
||||
requires(win32*)
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
requires(unix)
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
CONFIG += link_pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user