Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
flatpak-qt-creator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Marco Bubke
flatpak-qt-creator
3728da8825c70c79e7a478c09e5cba7be65f4081
3728da8825c70c79e7a478c09e5cba7be65f4081
Switch branch/tag
flatpak-qt-creator
..
qmake
project.pro
Find file
Normal view
History
Permalink
project.pro
88 Bytes
Edit
Web IDE
Newer
Older
Creates a pure console project using QMake, not using Qt library.
Yuchen Deng
committed
Sep 21, 2011
1
2
TEMPLATE
=
app
CONFIG
+=
console
Make Plain C/C++ wizard more consistent over platforms.
Eike Ziller
committed
Jul 17, 2012
3
CONFIG
-=
app_bundle
Creates a pure console project using QMake, not using Qt library.
Yuchen Deng
committed
Sep 21, 2011
4
5
6
CONFIG
-=
qt
SOURCES
+=
main
.
cpp