久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

我可以在沒有 qmake 或 Qt Creator 的情況下使用 Qt

Can I use Qt without qmake or Qt Creator?(我可以在沒有 qmake 或 Qt Creator 的情況下使用 Qt 嗎?)
本文介紹了我可以在沒有 qmake 或 Qt Creator 的情況下使用 Qt 嗎?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

問題描述

我想使用 Qt 編程,但我不想使用特殊的編譯器或 IDE,例如 Qt Creator 和 qmake.我想和 Kate 一起寫,用 g++ 編譯.

I want to program using Qt, but I don't want to use special compilers or IDE such as Qt Creator and qmake. I want to write with Kate and compile with g++.

我可以用g++編譯一個使用Qt的程序嗎?我如何用 g++ 編譯它?

Can I compile a program that uses Qt with g++? How do I compile it with g++?

推薦答案

當然可以.雖然用 qmake 或 CMake 更方便,但你可以這樣做:

Sure you can. Although it is more convenient with qmake or CMake, you can do:

CXXFLAGS += -Ipath_to_your_qt_includes
LDFLAGS += -Lpath_to_your_qt_libs

LDLIBS += -lqt-mt (for Qt3)

LDLIBS += -lQtCore -lQtGui (for Qt4, add what you need)

my_prog: my_prog.cpp

(在生成文件中)

更新 - 調用 moc:

引用自 moc 手冊頁:

這是一個有用的 makefile 規則,如果您只使用 GNU make:

Here is a useful makefile rule if you only use GNU make:

m%.cpp: %.h
        moc $< -o $@

我個人將輸出命名為 %.moc.cpp(而不是 m%.cpp).然后將 my_prog 的依賴添加到 my_prog.moc.cpp

I'd personally name the output rather %.moc.cpp (than m%.cpp). You then add the dependency of my_prog on my_prog.moc.cpp

my_prog: my_prog.cpp my_prog.moc.cpp

同樣適用于 uic.這里的情況更復雜,因為你必須為頭文件生成規則,并且你必須添加對頭文件的依賴以確保它在源代碼編譯之前生成.像這樣的事情可能會奏效:

Similarly for uic. The situation here is more complicated, since you have to generate rules for headers and source files, and you have to add a dependency on a header file to ensure it gets generated before the sources are compiled. Something like this might work:

my_prog: my_prog.o my_prog.moc.o my_prog.ui.o
        $(CXX)  $(LDFLAGS) -o my_prog $^ $(LDLIBS)

my_prog.o: my_prog.cpp my_prog.ui.h

這篇關于我可以在沒有 qmake 或 Qt Creator 的情況下使用 Qt 嗎?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

相關文檔推薦

How can I read and manipulate CSV file data in C++?(如何在 C++ 中讀取和操作 CSV 文件數據?)
In C++ why can#39;t I write a for() loop like this: for( int i = 1, double i2 = 0; (在 C++ 中,為什么我不能像這樣編寫 for() 循環: for( int i = 1, double i2 = 0;)
How does OpenMP handle nested loops?(OpenMP 如何處理嵌套循環?)
Reusing thread in loop c++(在循環 C++ 中重用線程)
Precise thread sleep needed. Max 1ms error(需要精確的線程睡眠.最大 1ms 誤差)
Is there ever a need for a quot;do {...} while ( )quot; loop?(是否需要“do {...} while ()?環形?)
主站蜘蛛池模板: 国产欧美日韩在线观看 | 日本黄色免费网站 | av三级在线观看 | 欧美日韩一区二区三区四区 | 午夜av在线播放 | 国产欧美成人 | 91在线看片 | 国产伦精品一区二区三区在线 | 欧美中文字幕在线观看 | 成人午夜影院 | 中文字幕日韩在线观看 | 三年中文在线观看免费大全中国 | 国产一区二区中文字幕 | 日韩黄色一级视频 | 亚洲一区二区免费 | 亚洲成人免费在线 | 午夜在线观看免费视频 | 老司机午夜免费精品视频 | 亚洲一区二区三区在线 | 亚洲美女一区 | 成人在线视频网站 | 久久av片| 中文字幕亚洲精品 | 午夜美女福利 | 国产浮力第一页 | 九色精品 | 国产精品久久久一区二区三区 | 日韩视频在线观看免费 | 久久草视频 | 久久96 | 日日干夜夜撸 | 四虎成人精品 | 亚洲乱码国产乱码精品精软件 | 免费看色片 | 国产综合久久 | 日本一级黄色大片 | 国产精品久久久久久久久 | 成人免费毛片网站 | 欧美啪啪网 | 日韩一区二区三区av | 91精品久久久久 |