[pro file]


#-------------------------------------------------
#
# Project created by QtCreator 2014-11-03T12:20:34
#
#-------------------------------------------------

QT       += core gui

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = mobile_option_test
TEMPLATE = app

win32 {
  message("win32")
} else {
  message("not win32")
}

linux {
  message("linux")
} else {
  message("linux")
}

linux-g++ {
  message("linux-g++")
} else {
  message("not linux-g++")
}

android-g++ {
  message("android-g++")
} else {
  message("not android-g++")
}

message($$QMAKESPEC)

CONFIG += mobility
MOBILITY =

SOURCES += main.cpp\
        mainwindow.cpp

HEADERS  += mainwindow.h

FORMS    += mainwindow.ui




[qmake result]


18:52:52: Running steps for project spec_test...
18:52:52: Starting: "/opt/Qt/5.3/gcc_64/bin/qmake" /root/temp/qt/spec_test/spec_test.pro -r -spec linux-g++ CONFIG+=debug
Project MESSAGE: not win32
Project MESSAGE: linux
Project MESSAGE: linux-g++
Project MESSAGE: not android-g++
Project MESSAGE: /opt/Qt/5.3/gcc_64/mkspecs/linux-g++
18:52:52: The process "/opt/Qt/5.3/gcc_64/bin/qmake" exited normally.
18:52:52: Elapsed time: 00:00.



[download]


spec_test.tar.gz