2012-05-10 12:46:43 +02:00
|
|
|
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)
|
2013-01-18 16:31:48 +01:00
|
|
|
checkedTargets, projectName = createNewQtQuickApplication(tempDir(), "SampleApp")
|
2012-10-29 19:31:17 +01:00
|
|
|
# run project for debug and release and verify results
|
2013-01-18 16:31:48 +01:00
|
|
|
runVerify(checkedTargets)
|
2012-10-29 19:31:17 +01:00
|
|
|
#close Qt Creator
|
2012-05-10 12:46:43 +02:00
|
|
|
invokeMenuItem("File", "Exit")
|