Logo
Explore Help
Sign In
feedc0de/qt-creator
1
0
Fork 0
You've already forked qt-creator
forked from qt-creator/qt-creator
Code Pull Requests Activity
Files
c20c20f01277d1d0f7e452ee6ad7fd5f2bc34f3d
qt-creator/share/qtcreator/templates/wizards/helloworld/project.pro

11 lines
163 B
Prolog
Raw Normal View History

Custom wizards: Add a checkbox. Add a checkbox with configureable 'true'/'false' strings and illustrate how to comment out a profile line using it in helloworld-example.
2010-07-07 17:20:54 +02:00
QT = core
%NETWORK%QT += network
Customwizard: Add a simple preprocessor. Allowing for nesting sections depending on Javascript expression using the (expanded) wizard field variables as in: -- test.pro.template: QT = core @if "%NETWORK_CHECKBOX%" == "true" QT += network @endif Rubber-stamped-by: Alessandro Portale <alessandro.portale@nokia.com>
2010-07-09 08:31:46 +02:00
@if "%SCRIPT%" == "true"
QT += script
@endif
Wizards/CustomWizard: Add examples. Task-number: QTCREATORBUG-423
2010-03-12 11:23:30 +01:00
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += main.cpp
Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 278ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API