Move two remaining lines to the Text layer
[kugel-rb.git] / rbutil / rbutilqt / test / compareversion.pro
blob84344438ec0e3d8ad2dc07ed8535c1099d4caed5
2 # __________ __ ___.
3 # Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 # Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 # \/ \/ \/ \/ \/
8 # $Id$
10 # All files in this archive are subject to the GNU General Public License.
11 # See the file COPYING in the source tree root for full license agreement.
13 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
14 # KIND, either express or implied.
17 # Test: Utils::compareVersionStrings().
19 include(tests.pri)
21 TEMPLATE = app
22 TARGET = compareversion
23 INCLUDEPATH += . ../base
25 # Input
26 SOURCES += \
27 compareversion.cpp \
28 ../base/rbsettings.cpp \
29 ../base/rockboxinfo.cpp \
30 ../base/systeminfo.cpp \
31 ../base/utils.cpp
33 HEADERS += \
34 ../base/rbsettings.h \
35 ../base/rockboxinfo.h \
36 ../base/systeminfo.h \
37 ../base/utils.h