summaryrefslogtreecommitdiff
path: root/tests/system/suite_APTW/tst_APTW02/test.py
blob: f03329a5effb6c3882fcbc48afc8835e2d3ad278 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
source("../../shared/qtcreator.py")
source("../../shared/suites_qtta.py")
source("../shared/aptw.py")

# test New Qt Quick Application build and run for release and debug option
def main():
    startApplication("qtcreator" + SettingsPath)
    if not startedWithoutPluginError():
        return
    checkedTargets, projectName = createNewQtQuickApplication(tempDir(), "SampleApp")
    # run project for debug and release and verify results
    runVerify(checkedTargets)
    #close Qt Creator
    invokeMenuItem("File", "Exit")