Add the configuration tests.
Add the list of tests to sync.profile, and make sure each test only happens on the platforms it's intended for. Change-Id: Id022a6b85b349f4a8a649d3449b622e4ada7f4f4 Reviewed-on: http://codereview.qt.nokia.com/1910 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
518ae46dfe
commit
1b1012f299
@@ -2,6 +2,8 @@ CONFIG -= qt
|
||||
CONFIG += console
|
||||
TEMPLATE = app
|
||||
|
||||
requires(win32*)
|
||||
|
||||
# Input
|
||||
SOURCES += main.cpp
|
||||
|
||||
|
||||
@@ -2,5 +2,7 @@ CONFIG -= qt
|
||||
CONFIG += console
|
||||
TEMPLATE = app
|
||||
|
||||
requires(win32*)
|
||||
|
||||
# Input
|
||||
SOURCES += main.cpp
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
TEMPLATE = app
|
||||
TARGET =
|
||||
DEPENDPATH += .
|
||||
INCLUDEPATH += .
|
||||
|
||||
requires(unix)
|
||||
|
||||
# Input
|
||||
SOURCES += main.cpp
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
TEMPLATE = app
|
||||
TARGET =
|
||||
DEPENDPATH += .
|
||||
INCLUDEPATH += .
|
||||
|
||||
requires(unix)
|
||||
|
||||
# Input
|
||||
SOURCES += main.cpp
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
SOURCES = pulseaudio.cpp
|
||||
CONFIG -= qt
|
||||
LIBS +=
|
||||
CONFIG += link_pkgconfig
|
||||
|
||||
requires(unix)
|
||||
|
||||
PKGCONFIG += \
|
||||
libpulse \
|
||||
libpulse-mainloop-glib
|
||||
|
||||
SOURCES = pulseaudio.cpp
|
||||
|
||||
@@ -2,6 +2,8 @@ CONFIG -= qt
|
||||
CONFIG += console
|
||||
TEMPLATE = app
|
||||
|
||||
requires(win32*)
|
||||
|
||||
# Input
|
||||
SOURCES += main.cpp
|
||||
|
||||
|
||||
@@ -2,5 +2,7 @@ CONFIG -= qt
|
||||
CONFIG += console
|
||||
TEMPLATE = app
|
||||
|
||||
requires(win32*)
|
||||
|
||||
# Input
|
||||
SOURCES += main.cpp
|
||||
|
||||
Reference in New Issue
Block a user