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
194175cce70b238dea014e4e4e1ceb4b95290ec0
qt-creator/qtcreator.pro

17 lines
330 B
Prolog
Raw Normal View History

Fixes: Move qt version check to qtcreator.pro RevBy: con
2008-12-18 16:19:50 +01:00
#version check qt
TOO_OLD_LIST=$$find(QT_VERSION, ^4\.[0-4])
count(TOO_OLD_LIST, 1) {
message("Cannot build the Qt Creator with a Qt version that old:" $$QT_VERSION)
error("Use at least Qt 4.5.")
}
Fixes: make install workd Details: Make install works now, we just have to agree on layout details and check for mac compatibility. Also, plugins will carry no version in their filename anymore starting with this commit. Versioning happens in the creators pluginloader using the pluginspec file.
2009-01-20 14:58:10 +01:00
include(doc/doc.pri)
include(share/share.pri)
More work toward make install on Linux.
2009-01-19 11:01:45 +01:00
Initial import
2008-12-02 12:01:29 +01:00
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = src
Fixes: - Mac build (docs) and toplevel "make docs" target RevBy: - bjørn
2009-01-07 15:47:25 +01:00
Fixes: make install workd Details: Make install works now, we just have to agree on layout details and check for mac compatibility. Also, plugins will carry no version in their filename anymore starting with this commit. Versioning happens in the creators pluginloader using the pluginspec file.
2009-01-20 14:58:10 +01:00
message($$INSTALLS)
Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 102ms Template: 1ms
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